SDL_GetKeyName From SDL Library previous page next page SDL Library Documentation Prev Next SDL_GetKeyName NameSDL_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 Prev Home Next SDL_SetModState Up SDL_EnableUNICODE previous page start next page