]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/mainpages/const_keycode.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxKeyCode values enumerated
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
12 @page page_keycodes Keycodes
16 Keypresses are represented by an enumerated type, wxKeyCode. The possible
17 values are the ASCII character codes, plus the following:
27 // These are by design not compatible with unicode characters.
28 // If you want to get a unicode character from a key event use
29 // wxKeyEvent::GetUnicodeKey instead.
120 WXK_NUMPAD_SEPARATOR,
125 // the following key codes are only generated under Windows currently
131 // Hardware-specific buttons