]> git.saurik.com Git - wxWidgets.git/commit
Implement EVT_CHAR_HOOK for wxOSX/Cocoa.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Dec 2011 00:50:12 +0000 (00:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Dec 2011 00:50:12 +0000 (00:50 +0000)
commitedf5822ace25ff6283b05e587116e49e50b77464
tree28be1926b287a97ed904f214053d56e83fa232b1
parent8270459a11dc56bf15ef44ee0c64f82e33507503
Implement EVT_CHAR_HOOK for wxOSX/Cocoa.

Send wxEVT_CHAR_HOOK event from wxOSX/Cocoa code.

Also test for wxEVT_CHAR_HOOK in the keyboard sample and show the effect of
not skipping it.

Closes #12431.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
interface/wx/event.h
samples/keyboard/keyboard.cpp
src/osx/cocoa/window.mm