From: Vadim Zeitlin Date: Sun, 10 Sep 2006 23:49:19 +0000 (+0000) Subject: minor corrections and note about Unicode (patch 1555691) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f90d36595093dd267411b323c1e43b6a6f83289 minor corrections and note about Unicode (patch 1555691) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/keycode.tex b/docs/latex/wx/keycode.tex index 11d5dae2c7..1ecb5a069f 100644 --- a/docs/latex/wx/keycode.tex +++ b/docs/latex/wx/keycode.tex @@ -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