See vgui_key.h for a description of this file. More...
Go to the source code of this file.
Functions | |
vgui_key | vgui_key_CTRL (int character) |
Convert key from lower case to upper case if necessary. | |
vcl_ostream & | operator<< (vcl_ostream &s, vgui_key k) |
See vgui_key.h for a description of this file.
Definition in file vgui_key.cxx.
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 | ) |
Convert key from lower case to upper case if necessary.
Given a letter character, this function returns the control character.
Definition at line 13 of file vgui_key.cxx.