SDL_GetKeyName
Name
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.
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.
SDL_GetKeyName (last edited 2008-04-17 08:18:42 by localhost)