]> git.saurik.com Git - wxWidgets.git/commitdiff
minor corrections and note about Unicode (patch 1555691)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Sep 2006 23:49:19 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Sep 2006 23:49:19 +0000 (23:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/keycode.tex

index 11d5dae2c71b4da32e0fb443f848b18ea0160a28..1ecb5a069f26037f69db7538cfef29cdaeea08d2 100644 (file)
@@ -27,6 +27,9 @@ values are the ASCII character codes, plus the following:
     WXK_SPACE   = 32
     WXK_DELETE  = 127
 
+    // These are by design not compatible with unicode characters.
+    // If you want to get a unicode character from a key event use
+    // wxKeyEvent::GetUnicodeKey instead.
     WXK_START   = 300
     WXK_LBUTTON
     WXK_RBUTTON
@@ -34,12 +37,11 @@ values are the ASCII character codes, plus the following:
     WXK_MBUTTON
     WXK_CLEAR
     WXK_SHIFT
+    WXK_ALT
     WXK_CONTROL
     WXK_MENU
     WXK_PAUSE
     WXK_CAPITAL
-    WXK_PAGEUP
-    WXK_PAGEDOWN
     WXK_END
     WXK_HOME
     WXK_LEFT