Tao.Sdl SDK Documentation

Sdl.SDL_GetKeyName Method 

Get the name of an SDL virtual keysym

[Visual Basic]
Public Shared Function SDL_GetKeyName( _
   ByVal key As Integer _
) As String
[C#]
public static string SDL_GetKeyName(
   int key
);

Return Value

Returns the SDL-defined name of the SDLKey key.

Remarks

Returns the SDL-defined name of the SDLKey key.

Binds to C-function in SDL_keyboard.h

char *SDL_GetKeyName(SDLKey key);
            

See Also

Sdl Class | Tao.Sdl Namespace