Exposed SDL_ResetKeyboard() as a public function

This will be used by Source 2 titles to reset keyboard state before showing assertion dialogs
This commit is contained in:
Sam Lantinga 2022-07-11 09:49:00 -07:00
parent 739155c44c
commit 2373da5d94
5 changed files with 15 additions and 3 deletions

View file

@ -29,9 +29,6 @@
/* Initialize the keyboard subsystem */
extern int SDL_KeyboardInit(void);
/* Clear the state of the keyboard */
extern void SDL_ResetKeyboard(void);
/* Get the default keymap */
extern void SDL_GetDefaultKeymap(SDL_Keycode * keymap);