adding scroll axis to wheel events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-02-04 06:24:28 +00:00
parent b2ddcd05fc
commit aea37008b7
2 changed files with 10 additions and 2 deletions

View File

@@ -539,6 +539,7 @@ wxMouseEvent::wxMouseEvent(wxEventType commandType)
m_wheelRotation = 0;
m_wheelDelta = 0;
m_linesPerAction = 0;
m_wheelAxis = 0;
}
void wxMouseEvent::Assign(const wxMouseEvent& event)
@@ -560,6 +561,7 @@ void wxMouseEvent::Assign(const wxMouseEvent& event)
m_wheelRotation = event.m_wheelRotation;
m_wheelDelta = event.m_wheelDelta;
m_linesPerAction = event.m_linesPerAction;
m_wheelAxis = event.m_wheelAxis;
}
// return true if was a button dclick event