1SDL_GetKeyName(3) SDL API Reference SDL_GetKeyName(3)
23
4
NAME
6SDL_GetKeyName - Get the name of an SDL virtual keysym
7
SYNOPSIS
9#include "SDL.h"
1011
char *SDL_GetKeyName(SDLKey key);
12
DESCRIPTION
14Returns the SDL-defined name of the SDLKey key.
15
SEE ALSO
17SDLKey
1819
20
21
SDL Tue 11 Sep 2001, 22:59 SDL_GetKeyName(3)