Wiki Page Content

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-03-22 04:50:48
Size: 671
Editor: SheenaSmith
Comment: create page, add content (Rev 5321)
Revision 5 as of 2011-05-17 18:54:34
Size: 714
Editor: SheenaSmith
Comment: add SDL_GetError to RV
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase #pragma camelcase off
Line 16: Line 16:
Returns the haptic device identifier, or NULL on error. Returns the haptic device identifier or NULL on failure; call [[SDL_GetError]]() for more information.

DRAFT

SDL_HapticOpenFromMouse

Use this function to try to open a haptic device from the current mouse.

Syntax

SDL_Haptic* SDL_HapticOpenFromMouse(void)

Return Value

Returns the haptic device identifier or NULL on failure; 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_HapticOpenFromMouse (last edited 2016-07-07 20:51:23 by PhilippWiesemann)

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