マウスオーバー効果

This commit is contained in:
2026-01-21 23:50:16 +09:00
parent 01666a7395
commit dd3be3a555
4 changed files with 24 additions and 21 deletions

View File

@@ -47,4 +47,4 @@ 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, CtrlLabels *labels);
void handle_mouse_hover(SuwaWindow *window, CtrlLabels *labels, int mx, int my);