SDL_GetKeyName

Langue: en

Version: 121942 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.

SEE ALSO

SDLKey