Skip to content

Commit

Permalink
Correct order to match underlying one
Browse files Browse the repository at this point in the history
Fixes robotn#32 (maybe, need to test)
  • Loading branch information
ldemailly committed Feb 6, 2022
1 parent 833856f commit 0e2b0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hook/iohook.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e2b0dd

Please sign in to comment.