···62626363 case SDL_EVENT_KEY_DOWN:
6464 case SDL_EVENT_KEY_UP:
6565- case SDL_EVENT_RAW_KEY_DOWN:
6666- case SDL_EVENT_RAW_KEY_UP:
6765 return SDL_EVENTCATEGORY_KEY;
68666967 case SDL_EVENT_TEXT_EDITING:
···6363 Most platforms should prefer to optionally call SDL_SetKeymap and then use SDL_SendKeyboardKey. */
6464extern bool SDL_SendKeyboardKeyAndKeycode(Uint64 timestamp, SDL_KeyboardID keyboardID, int rawcode, SDL_Scancode scancode, SDL_Keycode keycode, bool down);
65656666-// Send a raw keyboard key event
6767-extern void SDL_SendRawKeyboardKey(Uint64 timestamp, SDL_KeyboardID keyboardID, int rawcode, SDL_Scancode scancode, bool down);
6868-6966// Release all the autorelease keys
7067extern void SDL_ReleaseAutoReleaseKeys(void);
7168