|
|
@@ -182,21 +182,21 @@ public: |
|
|
|
*/
|
|
|
|
int getDistanceFromDragStart() const noexcept;
|
|
|
|
|
|
|
|
/** Returns the difference between the mouse's current x postion and where it was
|
|
|
|
/** Returns the difference between the mouse's current x position and where it was
|
|
|
|
when the button was last pressed.
|
|
|
|
|
|
|
|
@see getDistanceFromDragStart
|
|
|
|
*/
|
|
|
|
int getDistanceFromDragStartX() const noexcept;
|
|
|
|
|
|
|
|
/** Returns the difference between the mouse's current y postion and where it was
|
|
|
|
/** Returns the difference between the mouse's current y position and where it was
|
|
|
|
when the button was last pressed.
|
|
|
|
|
|
|
|
@see getDistanceFromDragStart
|
|
|
|
*/
|
|
|
|
int getDistanceFromDragStartY() const noexcept;
|
|
|
|
|
|
|
|
/** Returns the difference between the mouse's current postion and where it was
|
|
|
|
/** Returns the difference between the mouse's current position and where it was
|
|
|
|
when the button was last pressed.
|
|
|
|
|
|
|
|
@see getDistanceFromDragStart
|
|
|
|