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

This commit is contained in:
2026-01-19 22:23:02 +09:00
parent 0abfbe1c8e
commit 70facb3bc9
4 changed files with 64 additions and 55 deletions

6
main.c
View File

@@ -108,9 +108,9 @@ int main() {
case KeyPress:
handle_key_press(&window, &lbl);
break;
// case MotionNotify:
// handle_mouse_hover(&window, &lbl);
// break;
case MotionNotify:
handle_mouse_hover(&window, &lbl);
break;
case ClientMessage:
// WM_DELETE_WINDOW
break;