SDL_HasKeyboard

Return whether a keyboard is currently connected.

extern (C) nothrow @nogc extern
bool
SDL_HasKeyboard
()

Return Value

Type: bool

true if a keyboard is connected, false otherwise.

Threadsafety: This function should only be called on the main thread.

See Also

Meta