GClasses

GClasses::GSDL Class Reference

A collection of routines that are useful when interfacing with SDL. More...

#include <GSDL.h>

List of all members.

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.

Detailed Description

A collection of routines that are useful when interfacing with SDL.


Member Function Documentation

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.