MouseEvent delay moving from JUCE 5.4.7 to JUCE 6

Hi All,

I am having trouble identifying an issue with the MouseDown response time. My plugin has graphical EQNodes that can be dragged around as per usual. Everything was behaving fine in JUCE 5.4.7 - there was no lag time in the mouseDown/drag callbacks until updating to JUCE 6 (I’ve tried all the 6 tips). Now, there is often a 1sec delay before the callback is called. It doesn’t happen every time, but almost every time (~ 8/10 tries). The wheel is not spinning when it’s ‘waiting’ and I don’t think it’s a locking issue in my code. I have tried everything and can not seem to identify the issue - has anyone experienced anything similar?

Regards
Anthony

What platform are you using? Could you be seeing the same issue as described here? User input events delayed (Juce >= 6.0.5 on Linux)

Thank you for the response and sorry for the late reply :slight_smile:
I have since moved to the latest version of JUCE and the problem has disappeared. I’m not sure what it could’ve been.
Incidentally, this was happening on Mac OSX 10.14.