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