CarnegieMellonGraphics2
Class NamedKey
in CarnegieMellonGraphics.h
- class NamedKey
The NamedKey class acts as a namespace for constants that
correspond to keys that do not have a simple ASCII representation.
So for example, if you wanted the value that corresponds to the
letter A you would use 'A', since it can be represented using a displable
ASCII character. If you wanted the value that corresponds to the left
arrow key, you would use NamedKey::LEFTARROW.
BACKSPACE
public static const int BACKSPACE;
DELETE_KEY
public static const int DELETE_KEY;
DOWN_ARROW
public static const int DOWN_ARROW;
END
public static const int END;
ENTER
public static const int ENTER;
ESCAPE
public static const int ESCAPE;
FUNCTION_1
public static const int FUNCTION_1;
FUNCTION_10
public static const int FUNCTION_10;
FUNCTION_11
public static const int FUNCTION_11;
FUNCTION_12
public static const int FUNCTION_12;
FUNCTION_2
public static const int FUNCTION_2;
FUNCTION_3
public static const int FUNCTION_3;
FUNCTION_4
public static const int FUNCTION_4;
FUNCTION_5
public static const int FUNCTION_5;
FUNCTION_6
public static const int FUNCTION_6;
FUNCTION_7
public static const int FUNCTION_7;
FUNCTION_8
public static const int FUNCTION_8;
FUNCTION_9
public static const int FUNCTION_9;
HOME
public static const int HOME;
INSERT
public static const int INSERT;
LEFT_ARROW
public static const int LEFT_ARROW;
PAGE_DOWN
public static const int PAGE_DOWN;
PAGE_UP
public static const int PAGE_UP;
RIGHT_ARROW
public static const int RIGHT_ARROW;
UP_ARROW
public static const int UP_ARROW;
NamedKey
private NamedKey();