Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2015-05-31 19:03:42
Size: 763
Comment: Removed green comment, can not be SDL_bool because fixed now, but values are correct.
Revision 6 as of 2015-05-31 19:09:02
Size: 728
Comment: Corrected return value description, see header file or current implementation.
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
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. Returns SDL_TRUE if the mouse is haptic or SDL_FALSE if it isn't; call [[SDL_GetError]]() for more information.

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)

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


CategoryAPI, CategoryForceFeedback

None: SDL_MouseIsHaptic (last edited 2016-07-07 20:56:15 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit