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:
parent
739155c44c
commit
2373da5d94
5 changed files with 15 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue