Function SDL_GameControllerClose
pub unsafe extern "C" fn SDL_GameControllerClose(
gamecontroller: *mut _SDL_GameController,
)
Available on crate feature
dep_sdl2
only.Expand description
Close a game controller previously opened with SDL_GameControllerOpen().
\param gamecontroller a game controller identifier previously returned by SDL_GameControllerOpen()
\since This function is available since SDL 2.0.0.
\sa SDL_GameControllerOpen