|
Size: 858
Comment: minor change
|
Size: 869
Comment: Updated usage of Color2 macro.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| <<Color2(green,Should this be SDL_bool instead of int given the RVs? Are the RVs wrong?)>> | <<Color2(col=green,text="Should this be SDL_bool instead of int given the RVs? Are the RVs wrong?")>> |
DRAFT |
SDL_MouseIsHaptic
Use this function to get determine/find/query whether or not the current mouse has haptic capabilities.
Syntax
int SDL_MouseIsHaptic(void)
Should this be SDL_bool instead of int given the RVs? Are the RVs wrong?
Return Value
Returns SDL_TRUE if the mouse is haptic, SDL_FALSE if it isn't, or a negative error code on failure; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
