mention the key code changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-08-23 20:35:24 +00:00
parent 74ee96987a
commit cdb105516c

View File

@ -64,6 +64,10 @@ All (GUI):
generated at all, so you must call event.Skip() in your OnKeyDown() if
you want to get OnChar() as well
- in general, the key events sent for the various non ASCII key combinations
have been changed to make them consistent over all supported platforms,
please see the wxKeyEvent documentation for details
- wxYES_NO is now wxYES | wxNO and the manifest values of both wxYES and wxNO
have changed (to fix some unfortunate clashes), please check your code to
ensure that no tests for wxYES or wxNO are broken: for example, the following