|
⇤ ← Revision 1 as of 2010-03-22 05:03:32
Size: 654
Comment: create page, add content (Rev 5321)
|
Size: 656
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''haptic'''||^the^ haptic device to close|| | ||'''haptic'''||the SDL_Haptic device to close|| |
DRAFT |
SDL_HapticClose
Use this function to close a Haptic device previously opened with SDL_HapticOpen().
Syntax
void SDL_HapticClose(SDL_Haptic* haptic)
Function Parameters
haptic |
the SDL_Haptic device to close |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
