Skip to content

Commit

Permalink
Merge pull request #4572 from GonkieDev/win32_rawinput_typo_fix
Browse files Browse the repository at this point in the history
Typo in windows rawinput constant's name
  • Loading branch information
laytan authored Dec 11, 2024
2 parents db1b67d + 6bcfafc commit cecd7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sys/windows/user32.odin
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ RI_KEY_TERMSRV_SHADOW :: 0x10
MOUSE_MOVE_RELATIVE :: 0x00
MOUSE_MOVE_ABSOLUTE :: 0x01
MOUSE_VIRTUAL_DESKTOP :: 0x02
MOUSE_ATTRIUBTTES_CHANGED :: 0x04
MOUSE_ATTRIBUTES_CHANGED :: 0x04
MOUSE_MOVE_NOCOALESCE :: 0x08

RI_MOUSE_BUTTON_1_DOWN :: 0x0001
Expand Down

0 comments on commit cecd7ea

Please sign in to comment.