]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
added wxMouseState::GetPosition(), for consistency with wxMouseEvent
[wxWidgets.git] / include / wx / utils.h
index 2fd8ed4284bb9f7bed4fc78e858922d87d2570f1..0458210efdb2787eeb97c5c437239a179e7e0fab 100644 (file)
@@ -224,6 +224,7 @@ public:
 
     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; }