No changes, just clarify a comment for WXK_XXX values.
Part of patch in #10268. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4f742042b8
commit
fef6a2f1a0
@ -2251,12 +2251,12 @@ enum wxKeyCode
|
||||
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!) */
|
||||
|
||||
/* 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
|
||||
wxKeyEvent::GetUnicodeKey instead. */
|
||||
wxKeyEvent::GetUnicodeKey */
|
||||
WXK_START = 300,
|
||||
WXK_LBUTTON,
|
||||
WXK_RBUTTON,
|
||||
|
Loading…
Reference in New Issue
Block a user