SDL_GetKeyName(3) | SDL API Reference | SDL_GetKeyName(3) |
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
Tue 11 Sep 2001, 22:59 | SDL |