filter out duplicate mouse move events too; moved last mouse event info from wxWindow...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2005 13:04:40 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2005 13:04:40 +0000 (13:04 +0000)
commitc358ea4147c4ee2942155ed193c98b7d015a7aaf
treeb69e33f9a16187316c279eca43331bd9c7ac7b7d
parent2eef85139b69a67ca067e5eba6b85336d21ad0dc
filter out duplicate mouse move events too; moved last mouse event info from wxWindow class to static variables (there is only one mouse in the system after all, no need to duplicate this data in all windows)

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