SDL_GetKeyName (3) - Linux Manuals
SDL_GetKeyName: Get the name of an SDL virtual keysym
Command to display SDL_GetKeyName
manual in Linux: $ man 3 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.
Pages related to SDL_GetKeyName