Window.keyboardFocused

Wraps SDL_GetKeyboardFocus which verifies whether keyboard input is focused to the window

class Window
const @property @trusted
bool
keyboardFocused
()

Return Value

Type: bool

true if keyboard input is focused, otherwise false

Meta