Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_GetKeyName(3)


SDL_GetKeyName

SDL_GetKeyName

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

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



SDL_GetKeyName(3)