Hi Jules,
I got a small problem while setting mouse cursor. I was mistakenly doing SetMouseCursor() and calling updateMouseCursor() to make sure it will be updated immediately. But calling updateMouseCursor() on mouseMove() causing hang . Once after i removed updateMouseCursor(), it works…
I checked with JUCE 1_52 also…
I don’t have the updated GIT code. I believe it may happen on GIT code also. I cannot clone GIT for now as it works for me without calling updateMouseCursor(). I just want to let you know there is some issue in updating.