ボタン押すフィードバックの修正

This commit is contained in:
2026-01-19 22:19:35 +09:00
parent 432a81c997
commit 0abfbe1c8e
3 changed files with 255 additions and 50 deletions

View File

@@ -43,8 +43,8 @@ typedef struct {
SuwaLabel *problem;
} CtrlLabels;
void control_expose(SuwaWindow *window, CtrlLabels *labels);
void handle_button_press(SuwaWindow *window, int mx, int my);
void control_expose(SuwaWindow *window, CtrlLabels *labels, SuwaButton *button);
void handle_button_press(SuwaWindow *window, CtrlLabels *labels, int mx, int my);
void handle_button_release(SuwaWindow *window, CtrlLabels *labels, int mx, int my);
void handle_key_press(SuwaWindow *window, CtrlLabels *labels);
// void handle_mouse_hover(SuwaWindow *window);
// void handle_mouse_hover(SuwaWindow *window, CtrlLabels *labels);