X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/faa94f3ec822414d1d8842060c624b6cbde1feab..0df2f30c18124ddcf12dfd50d975418cd1887216:/docs/latex/wx/keycode.tex 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