]> git.saurik.com Git - wxWidgets.git/commitdiff
remove fixme and explain unicode characters
authorRyan Norton <wxprojects@comcast.net>
Tue, 9 Nov 2004 03:22:56 +0000 (03:22 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 9 Nov 2004 03:22:56 +0000 (03:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 0b3f4c8672c08be04a0266d8c9890f6641111d8e..208c4ad4b3497cec4bd0f71bb279bc3132cc0817 100644 (file)
@@ -1874,7 +1874,10 @@ enum wxKeyCode
     WXK_SPACE   =    32,
     WXK_DELETE  =    127,
 
-    WXK_START   = 300, /* FIXME:  Conflicts with UNICODE */
+    /* There are by design not compatable 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,
     WXK_CANCEL,