SDL_GetKeyName (3) Linux Manual Page
SDL_GetKeyName – Get the name of an SDL virtual keysym
Synopsis
#include "SDL.h"
char *SDL_GetKeyName(SDLKey key);
Description
Returns the SDL-defined name of the SDLKey key.
See Also
SDLKey
SDL_GetKeyName – Get the name of an SDL virtual keysym
#include "SDL.h"
char *SDL_GetKeyName(SDLKey key);
Returns the SDL-defined name of the SDLKey key.
SDLKey