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
This commit is contained in:
@@ -392,6 +392,7 @@ All (GUI):
|
||||
- wxWindow::IsBeingDeleted() now returns true not only if the window itself is
|
||||
marked for destruction but also if any of its parent windows are.
|
||||
- Improved drawing of the hint during column move in wxGrid.
|
||||
- Get/HasModifiers() of wxKeyEvent are now also available in wxMouseEvent.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user