wxWidgets/include/wx/msw/private
Vadim Zeitlin 033428a32c Better checks for wxMSWKeyboard::VKToWX() return value.
Don't generate key events without any valid key code (this shouldn't normally
happen but might on exotic keyboards with keys that we don't know about).

Also ensure that we can distinguish between VKToWX() returning dead keys and
non-Latin-1 keys by setting wchar_t output parameter to WXK_NONE too in the
former case but not the latter.

Generate wxEVT_CHAR_HOOK events for non-Latin-1 keys too in Unicode build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-09-22 13:31:41 +00:00
..
button.h Compilation fixes for old SDKs (VC6) after recent commit. 2010-09-21 12:57:59 +00:00
datecontrols.h
dc.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
fswatcher.h Fix harmless g++ warning about using NULL for non-pointer. 2009-11-18 09:56:52 +00:00
keyboard.h Better checks for wxMSWKeyboard::VKToWX() return value. 2010-09-22 13:31:41 +00:00
metrics.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msgdlg.h Provide a task-dialog based wxMSW wxMessageDialog implementation. 2010-08-18 22:48:28 +00:00
sockmsw.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
timer.h Apply new patch fixing problem of IsRunning always returning True. See #11699 2010-02-15 17:34:21 +00:00