make wxKeyEvent and wxMouseEvent derive from the same wxKeyboardState object (indirec...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Sep 2008 18:41:41 +0000 (18:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Sep 2008 18:41:41 +0000 (18:41 +0000)
commit0e0977894a66f5b3227d2864becaeae86a5e93c8
tree69d21bc15e2bd2a7d221144732f37ca4bb32706d
parentd577449426e6300511e2c174a111c3599d0c31e2
make wxKeyEvent and wxMouseEvent derive from the same wxKeyboardState object (indirectly via wxMouseState in the case of the latter) to make Get/HasModifiers() available in wxMouseEvent as well while avoiding code duplication

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h
include/wx/kbdstate.h [new file with mode: 0644]
include/wx/mousestate.h [new file with mode: 0644]
include/wx/utils.h
interface/wx/event.h
interface/wx/kbdstate.h [new file with mode: 0644]
interface/wx/mousestate.h [new file with mode: 0644]
interface/wx/utils.h
src/common/event.cpp