SDL_ResetKeyboard

Clear the state of the keyboard.

This function will generate key up events for all pressed keys.

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

extern (C) nothrow @nogc extern
void
SDL_ResetKeyboard
()

See Also

Meta