event.drag = true when just clicked?
-
Since when a simple click in a panel sets the event.drag to true?
-
@ustk since a long time ago
https://forum.hise.audio/topic/6821/several-mouse-event-functions-broken/4Now I'm getting used to use
if (event.dragX || event.dragY)
-
@ulrik oh I see, I didn't remember that one...
I do the same as you do, but maybe it can just be implemented in the backend asevent.isDragOnly
I'll have a look to it -
So I added
isDragOnly
-> https://github.com/christophhart/HISE/pull/390