SDL2Mouse.startCapture

Use this function to capture the mouse and to track input outside an SDL window.

class SDL2Mouse
static if(sdlSupport >= SDLSupport.sdl204)
void
startCapture
()

Throws

SDL2Exception on error.

See Also

Meta