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