|
@@ -55,7 +55,7 @@ extern int SDL_SendKeyboardKeyAutoRelease(SDL_Scancode scancode);
|
|
|
|
|
|
/* This is for platforms that don't know the keymap but can report scancode and keycode directly.
|
|
|
Most platforms should prefer to optionally call SDL_SetKeymap and then use SDL_SendKeyboardKey. */
|
|
|
-extern int SDL_SendKeyboardKeyComplete(Uint8 state, SDL_Scancode scancode, SDL_Keycode keycode);
|
|
|
+extern int SDL_SendKeyboardKeyAndKeycode(Uint8 state, SDL_Scancode scancode, SDL_Keycode keycode);
|
|
|
|
|
|
/* Release all the autorelease keys */
|
|
|
extern void SDL_ReleaseAutoReleaseKeys(void);
|