diff --git a/hook/iohook.h b/hook/iohook.h index 6fd3471..2a019a1 100644 --- a/hook/iohook.h +++ b/hook/iohook.h @@ -60,9 +60,9 @@ typedef enum _event_type { EVENT_KEY_TYPED, EVENT_KEY_PRESSED, EVENT_KEY_RELEASED, - EVENT_MOUSE_CLICKED, - EVENT_MOUSE_PRESSED, EVENT_MOUSE_RELEASED, + EVENT_MOUSE_PRESSED, + EVENT_MOUSE_CLICKED, EVENT_MOUSE_MOVED, EVENT_MOUSE_DRAGGED, EVENT_MOUSE_WHEEL