|
⇤ ← Revision 1 as of 2010-03-22 04:50:48
Size: 671
Comment: create page, add content (Rev 5321)
|
Size: 670
Comment: correct typo
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Returns the haptic device identifier, or NULL on error. | Returns the haptic device identifier or NULL on error. |
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 error.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
