Renamed SDL_Get/SetRelativeMouseMode to SDL_Get/SetWindowRelativeMouseMode()
Fixes https://github.com/libsdl-org/SDL/issues/10041
This commit is contained in:
parent
e612ce511b
commit
57f9c6f7bb
15 changed files with 190 additions and 115 deletions
|
@ -357,6 +357,9 @@ int SDL_SetKeyboardFocus(SDL_Window *window)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
SDL_UpdateRelativeMouseMode();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue