Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SDL_GetKeyName(3)		SDL API Reference	       SDL_GetKeyName(3)

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

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SDL_GetKeyName&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help