Skip to content

Commit

Permalink
Merge pull request #1 from ldemailly/ldemailly-patch-1
Browse files Browse the repository at this point in the history
Correct order to match underlying one

Fixes  robotn#32
  • Loading branch information
ldemailly committed Feb 6, 2022
2 parents 833856f + 0e2b0dd commit 0b6cd75
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 0b6cd75

Please sign in to comment.