DRAFT

SDL_GetRelativeMouseMode

Use this function to query whether relative mouse mode is enabled.

Syntax

SDL_bool SDL_GetRelativeMouseMode(void)

Return Value

Returns SDL_TRUE if relative mode is enabled, or SDL_False if it is disabled. Is this right? What does it do if relative mode is not supported?

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMouse

SDL_GetRelativeMouseMode (last edited 2010-08-13 03:53:37 by SheenaSmith)