mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Merge pull request #4572 from GonkieDev/win32_rawinput_typo_fix
Typo in windows rawinput constant's name
This commit is contained in:
@@ -548,7 +548,7 @@ RI_KEY_TERMSRV_SHADOW :: 0x10
|
|||||||
MOUSE_MOVE_RELATIVE :: 0x00
|
MOUSE_MOVE_RELATIVE :: 0x00
|
||||||
MOUSE_MOVE_ABSOLUTE :: 0x01
|
MOUSE_MOVE_ABSOLUTE :: 0x01
|
||||||
MOUSE_VIRTUAL_DESKTOP :: 0x02
|
MOUSE_VIRTUAL_DESKTOP :: 0x02
|
||||||
MOUSE_ATTRIUBTTES_CHANGED :: 0x04
|
MOUSE_ATTRIBUTES_CHANGED :: 0x04
|
||||||
MOUSE_MOVE_NOCOALESCE :: 0x08
|
MOUSE_MOVE_NOCOALESCE :: 0x08
|
||||||
|
|
||||||
RI_MOUSE_BUTTON_1_DOWN :: 0x0001
|
RI_MOUSE_BUTTON_1_DOWN :: 0x0001
|
||||||
|
|||||||
Reference in New Issue
Block a user