#pragma section-numbers off #pragma disable-camelcase || DRAFT|| = SDL_JoystickClose = Use this function to close a joystick previously opened with [[SDL_JoystickOpen]](). <> == Syntax == {{{#!highlight cpp void SDL_JoystickClose(SDL_Joystick* joystick) }}} == Function Parameters == ||'''joystick'''||an SDL_Joystick structure containing joystick information|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_JoystickOpen]] ---- [[CategoryAPI]], [[CategoryJoystick]]