Replies: 1 comment 1 reply
-
Afaik drag events are enabled from the get go in case you want to make a component available for drag and drop. No way to disable that. To make matters worse most multi touch gestures are controlled by the OS and might override the ones in Juce. What version of CTRLR are you on and which platform? There have been numerous fixes for multitouch input in Juce but those might not be available in CTRLR 5.3.201.. perhaps the newer 6 version of CTRLR might contain those fixes. Or could you upload the panel in a zip file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am using a multi touch screen and a large mpc style button the drag event prevents the click event in the heat of performance.
Can the drag event be stopped on this component?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions