DRAFT |
SDL_GetRelativeMouseMode
Use this function to query whether relative mouse mode is enabled for the specified mouse.
Contents
Syntax
SDL_bool SDL_GetRelativeMouseMode(int index)
Function Parameters
index |
the index of the specified mouse |
Return Value
Returns SDL_TRUE if relative mode is enabled, or SDL_False if it is disabled. green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
