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