|
Size: 790
Comment: Added Version section.
|
← Revision 8 as of 2016-07-07 20:56:15 ⇥
Size: 790
Comment: Changed wording and removed old formatting.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to ,,get,, ^determine/find/query^ whether or not the current mouse has haptic capabilities. | Use this function to get /* determine/find/query */ whether or not the current mouse has haptic capabilities. |
DRAFT |
SDL_MouseIsHaptic
Use this function to get whether or not the current mouse has haptic capabilities.
Syntax
int SDL_MouseIsHaptic(void)
Return Value
Returns SDL_TRUE if the mouse is haptic or SDL_FALSE if it isn't; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.0.
