Window.mouseFocused

Wraps SDL_GetMouseFocus which verifies whether mouse input is focused to the window

class Window
const @property @trusted
bool
mouseFocused
()

Return Value

Type: bool

true if mouse input is focused, otherwise false

Meta