SDL_ResetKeyboard - Clear the state of the keyboard.
Contents
Availability
This function is available since SDL 3.2.0.
Description
This function will generate key up events for all pressed keys.
Name
SDL_ResetKeyboard - Clear the state of the keyboard.
See Also
SDL_GetKeyboardState(3) Simple Directmedia Layer SDL 3.2.20 SDL_ResetKeyboard(3)
Synopsis
#include<SDL3/SDL_keyboard.h>voidSDL_ResetKeyboard(void);
Thread Safety
This function should only be called on the main thread.
