|
⇤ ← Revision 1 as of 2010-03-18 01:50:59
Size: 686
Comment: create page, add content (Rev 5540)
|
Size: 687
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''joystick'''||a pointer to a structure containing joystick information ???|| | ||'''joystick'''||an SDL_Joystick structure containing joystick information ???|| |
DRAFT |
SDL_JoystickClose
Use this function to close a joystick previously opened with SDL_JoystickOpen().
Syntax
void SDL_JoystickClose(SDL_Joystick* joystick)
Function Parameters
joystick |
an SDL_Joystick structure containing joystick information ??? |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
