]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/const_keycode.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxKeyCode values enumerated
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
12 @page keycodes Keycodes
16 @verbatim #include <wx/defs.h> @endverbatim
18 Keypresses are represented by an enumerated type, wxKeyCode. The possible
19 values are the ASCII character codes, plus the following:
29 // These are by design not compatible with unicode characters.
30 // If you want to get a unicode character from a key event use
31 // wxKeyEvent::GetUnicodeKey instead.
122 WXK_NUMPAD_SEPARATOR,
127 // the following key codes are only generated under Windows currently
133 // Hardware-specific buttons