git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53252
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCoord GetX() const { return m_x; }
wxCoord GetY() const { return m_y; }
+ wxPoint GetPosition() const { return wxPoint(m_x, m_y); }
bool LeftDown() const { return m_leftDown; }
bool MiddleDown() const { return m_middleDown; }
public:
/// Returns X coordinate of the physical mouse event position.
wxCoord GetX() const;
-
/// Returns Y coordinate of the physical mouse event position.
wxCoord GetY() const;
+ /// Returns the physical mouse position.
+ wxPoint GetPosition() const;
/// Returns @true if the left mouse button changed to down.
bool LeftDown() const;