From 0e2b0dd006c0ad8c95ed2e5a523539514a33f4cf Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Sun, 6 Feb 2022 01:26:39 -0800 Subject: [PATCH] Correct order to match underlying one Fixes #32 (maybe, need to test) --- hook/iohook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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