SDL_GetKeyName
Get the name of an SDL virtual keysym
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg2-5)
- Source: libsdl1.2
- Report a bug
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