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:
parent
fa63dc0fbd
commit
5fdfe3ceda
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue