mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
keyboard: Fix typo
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
#define KEYBOARD_HARDWARE 0x01
|
#define KEYBOARD_HARDWARE 0x01
|
||||||
#define KEYBOARD_VIRTUAL 0x02
|
#define KEYBOARD_VIRTUAL 0x02
|
||||||
#define KEYBOARD_AUTORELEASE 0x04
|
#define KEYBOARD_AUTORELEASE 0x04
|
||||||
#define KEYBOARD_IGNOREMODIFIERS 0x0
|
#define KEYBOARD_IGNOREMODIFIERS 0x08
|
||||||
|
|
||||||
#define KEYBOARD_SOURCE_MASK (KEYBOARD_HARDWARE | KEYBOARD_AUTORELEASE)
|
#define KEYBOARD_SOURCE_MASK (KEYBOARD_HARDWARE | KEYBOARD_AUTORELEASE)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user