Get a human-readable name for a key.
If the key doesn't have a name, this function returns an empty string ("").
Letters will be presented in their uppercase form, if applicable.
the desired SDL_Keycode to query.
a UTF-8 encoded string of the key name.
Threadsafety: This function is not thread safe.
SDL_GetKeyFromName SDL_GetKeyFromScancode SDL_GetScancodeFromKey
See Implementation
Get a human-readable name for a key.
If the key doesn't have a name, this function returns an empty string ("").
Letters will be presented in their uppercase form, if applicable.