GClasses
|
A collection of routines that are useful when interfacing with SDL. More...
#include <GSDL.h>
Static Public Member Functions | |
static char | shiftKey (char c) |
Figures out which character to display if the shift key is held down. | |
static char | filterKey (int key) |
This maps number-pad keys to their corresponding normal keys, and returns '\0' for all other special keys. |
A collection of routines that are useful when interfacing with SDL.
static char GClasses::GSDL::filterKey | ( | int | key | ) | [static] |
This maps number-pad keys to their corresponding normal keys, and returns '\0' for all other special keys.
static char GClasses::GSDL::shiftKey | ( | char | c | ) | [static] |
Figures out which character to display if the shift key is held down.