]> git.saurik.com Git - wxWidgets.git/commit
Implement horizontal mouse wheel events support for wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2012 00:27:02 +0000 (00:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2012 00:27:02 +0000 (00:27 +0000)
commitb9e52a19e67d5bfeffcfefabf1c36f14fa34c343
tree30a24d652c1b920dcb43cc87e2bb1f8c7ff50277
parent41469c9e5e677b9db2333bfa1ec80b676845b739
Implement horizontal mouse wheel events support for wxMSW.

Handle WM_MOUSEHWHEEL messages and translate them to the corresponding
wxMouseEvents.

Closes #14105.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/missing.h
include/wx/msw/window.h
src/msw/window.cpp