1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown()

This commit is contained in:
ed 2018-04-10 11:10:16 +01:00
parent fa63dc0fbd
commit 5fdfe3ceda

View file

@ -236,8 +236,8 @@ public:
This is only meaningful if called in either a mouseUp() or mouseDrag() method.
It will return true if the user has dragged the mouse more than a few pixels
from the place where the mouse-down occurred.
It will return true if the user has dragged the mouse more than a few pixels from the place
where the mouse-down occurred or the mouse has been held down for a significant amount of time.
Once they have dragged it far enough for this method to return true, it will continue
to return true until the mouse-up, even if they move the mouse back to the same