From ec6278a141efa26e6a84fc9f27ab4685c8b0333b Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 2 Dec 2008 20:51:45 +0000 Subject: [PATCH] document GetWheelAxis git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/event.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interface/wx/event.h b/interface/wx/event.h index 5963edae10..638b862231 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -1683,6 +1683,14 @@ public: */ int GetWheelRotation() const; + /** + Gets the axis the wheel operation concerns; @c 0 is the Y axis as on + most mouse wheels, @c 1 is the X axis. + + Note that only some models of mouse have horizontal wheel axis. + */ + int GetWheelAxis() const; + /** Returns X coordinate of the physical mouse event position. */ -- 2.45.2