git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-12 09:53:47 +00:00
parent 72259e0063
commit 7a5cebca9b

View File

@@ -1887,7 +1887,7 @@ enum wxKeyCode
WXK_SPACE = 32, WXK_SPACE = 32,
WXK_DELETE = 127, WXK_DELETE = 127,
/* There are by design not compatable with unicode characters. /* These are, by design, not compatable with unicode characters.
If you want to get a unicode character from a key event, use If you want to get a unicode character from a key event, use
wxKeyEvent::GetUnicodeKey instead. */ wxKeyEvent::GetUnicodeKey instead. */
WXK_START = 300, WXK_START = 300,