|
Size: 861
Comment:
|
Size: 752
Comment: update content - changeset 4465
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to query whether relative mouse mode is enabled for the specified mouse. | Use this function to query whether relative mouse mode is enabled. |
| Line 12: | Line 12: |
| SDL_bool SDL_GetRelativeMouseMode(int index) | SDL_bool SDL_GetRelativeMouseMode(void) |
| Line 14: | Line 14: |
== Function Parameters == ||'''index'''||the index of the specified mouse|| |
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. green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
