Browse Source

Merge pull request #4572 from GonkieDev/win32_rawinput_typo_fix

Typo in windows rawinput constant's name
Laytan 8 months ago
parent
commit
cecd7ea0b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/windows/user32.odin

+ 1 - 1
core/sys/windows/user32.odin

@@ -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