Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().
This matches naming conventions in the main repository, between SDL_GetRelativeMouseState() and SDL_WarpMouseGlobal().
This commit is contained in:
parent
8f47d6cd20
commit
8bd36ba18f
9 changed files with 14 additions and 14 deletions
|
@ -581,4 +581,4 @@
|
|||
#define SDL_WinRTRunApp SDL_WinRTRunApp_REAL
|
||||
#define SDL_CaptureMouse SDL_CaptureMouse_REAL
|
||||
#define SDL_SetWindowHitTest SDL_SetWindowHitTest_REAL
|
||||
#define SDL_GetAbsoluteMouseState SDL_GetAbsoluteMouseState_REAL
|
||||
#define SDL_GetGlobalMouseState SDL_GetGlobalMouseState_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue