mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
SDL_Keycode is now Uint32
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
*
|
||||
* \sa SDL_KeyCode
|
||||
*/
|
||||
typedef Sint32 SDL_Keycode;
|
||||
typedef Uint32 SDL_Keycode;
|
||||
|
||||
#define SDLK_SCANCODE_MASK (1u<<30)
|
||||
#define SDL_SCANCODE_TO_KEYCODE(X) (X | SDLK_SCANCODE_MASK)
|
||||
|
Reference in New Issue
Block a user