Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-10-11 21:35:01
Size: 687
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 3 as of 2015-05-31 19:37:55
Size: 683
Comment: Removed ???.
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''joystick'''||an SDL_Joystick 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


CategoryAPI, CategoryJoystick

None: SDL_JoystickClose (last edited 2015-05-31 19:37:55 by PhilippWiesemann)

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