wxMSW doesn't send CHAR events for Caps/Scroll/NumLock neither

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-08 14:05:49 +00:00
parent 0a62b1978c
commit 1a65fc6586
2 changed files with 14 additions and 11 deletions

View File

@@ -61,6 +61,9 @@ All (GUI):
- wxEvtHandler cannot be copied/assigned any longer - this never worked but
now it results in compile-time error instead of run-time crashes
- WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
they only generate EVT_KEY_DOWN/UP() ones
wxMSW:
- build system changed: setup.h is not a static file in include/wx any more