close method

void close()

Close this controller.

SDL Docs

Implementation

void close() {
  sdl.sdl.SDL_GameControllerClose(handle);
}