getMousePosition

Wraps SDL_GetMouseState which gets the mouse position relative to a focused window

@safe @trusted
int[2]
getMousePosition
()

Return Value

Type: int[2]

coordinate of the mouse in the focused window

Meta