getGlobalMouseState

Wraps SDL_GetGlobalMouseState (from SDL 2.0.4) which gets the global states of the mouse buttons

@safe @trusted
static if(sdlSupport >= SDLSupport.v2_0_4)
getGlobalMouseState
()

Return Value

dsdl2.MouseState specifying the global pressed-states of the mouse buttons

Meta