Enumeration of possible key strokes. More...
#include <vcl_iosfwd.h>
Go to the source code of this file.
Enumeration of possible key strokes.
Definition in file vgui_key.h.
enum vgui_key |
Enumeration of possible key strokes.
Definition at line 14 of file vgui_key.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
vgui_key | k | ||
) |
Definition at line 22 of file vgui_key.cxx.
vgui_key vgui_key_CTRL | ( | int | character | ) |
Given a letter character, this function returns the control character.
Use vgui_key_CTRL('a') or vgui_key_CTRL('A') to signify control+A. Note, the vgui_key in a vgui_event is always a lower case letter (see vgui_event.h), so don't compare event.key to a vgui_key_CTRL'ed letter. You may compare a vgui_key_CTRL'ed to an event.ascii_key.
Definition at line 13 of file vgui_key.cxx.