Part of patch in #10268.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61749
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WXK_DELETE = 127,
/* values from 128 to 255 are reserved for ASCII extended characters
WXK_DELETE = 127,
/* values from 128 to 255 are reserved for ASCII extended characters
- (note that there isn't a real widely used standard for the meaning
+ (note that there isn't a single fixed standard for the meaning
of these values; avoid them in portable apps!) */
of these values; avoid them in portable apps!) */
- /* These are, by design, not compatible with unicode characters.
+ /* These are not compatible 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 */
WXK_START = 300,
WXK_LBUTTON,
WXK_RBUTTON,
WXK_START = 300,
WXK_LBUTTON,
WXK_RBUTTON,