]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/keycode.tex
Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
[wxWidgets.git] / docs / latex / wx / keycode.tex
index 08f4f2ac5f6bf35869ce725f6c2a36256e86fe22..11d5dae2c71b4da32e0fb443f848b18ea0160a28 100644 (file)
@@ -1,5 +1,20 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Name:        keycode.tex
+%% Purpose:     wxKeyCode values enumerated
+%% Author:      wxWidgets Team
+%% Modified by:
+%% Created:
+%% RCS-ID:      $Id$
+%% Copyright:   (c) wxWidgets Team
+%% License:     wxWindows license
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 \section{Keycodes}\label{keycodes}
 
+\wxheading{Include files}
+
+<wx/defs.h>
+
 Keypresses are represented by an enumerated type, wxKeyCode. The possible
 values are the ASCII character codes, plus the following:
 
@@ -23,8 +38,8 @@ values are the ASCII character codes, plus the following:
     WXK_MENU
     WXK_PAUSE
     WXK_CAPITAL
-    WXK_PRIOR
-    WXK_NEXT
+    WXK_PAGEUP
+    WXK_PAGEDOWN
     WXK_END
     WXK_HOME
     WXK_LEFT
@@ -78,7 +93,7 @@ values are the ASCII character codes, plus the following:
     WXK_F23
     WXK_F24
     WXK_NUMLOCK
-    WXK_SCROLL 
+    WXK_SCROLL
     WXK_PAGEUP,
     WXK_PAGEDOWN,
 
@@ -94,9 +109,7 @@ values are the ASCII character codes, plus the following:
     WXK_NUMPAD_UP,
     WXK_NUMPAD_RIGHT,
     WXK_NUMPAD_DOWN,
-    WXK_NUMPAD_PRIOR,
     WXK_NUMPAD_PAGEUP,
-    WXK_NUMPAD_NEXT,
     WXK_NUMPAD_PAGEDOWN,
     WXK_NUMPAD_END,
     WXK_NUMPAD_BEGIN,
@@ -113,7 +126,29 @@ values are the ASCII character codes, plus the following:
     // the following key codes are only generated under Windows currently
     WXK_WINDOWS_LEFT,
     WXK_WINDOWS_RIGHT,
-    WXK_WINDOWS_MENU
+    WXK_WINDOWS_MENU,
+    WXK_COMMAND,
+
+    // Hardware-specific buttons
+    WXK_SPECIAL1 = 193,
+    WXK_SPECIAL2,
+    WXK_SPECIAL3,
+    WXK_SPECIAL4,
+    WXK_SPECIAL5,
+    WXK_SPECIAL6,
+    WXK_SPECIAL7,
+    WXK_SPECIAL8,
+    WXK_SPECIAL9,
+    WXK_SPECIAL10,
+    WXK_SPECIAL11,
+    WXK_SPECIAL12,
+    WXK_SPECIAL13,
+    WXK_SPECIAL14,
+    WXK_SPECIAL15,
+    WXK_SPECIAL16,
+    WXK_SPECIAL17,
+    WXK_SPECIAL18,
+    WXK_SPECIAL19,
+    WXK_SPECIAL20
 \end{verbatim}
 }
-