mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 12:18:28 +00:00
events: Changed SDL_GetEventState from a macro to a function.
Fixes #6773.
This commit is contained in:
parent
9a6bcca6b8
commit
7ca0d15d64
6 changed files with 31 additions and 4 deletions
|
@ -888,3 +888,4 @@
|
|||
#define SDL_memset4 SDL_memset4_REAL
|
||||
#define SDL_GetTicksNS SDL_GetTicksNS_REAL
|
||||
#define SDL_DelayNS SDL_DelayNS_REAL
|
||||
#define SDL_GetEventState SDL_GetEventState_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue