I've observed intermittent delay receiving events from the GCMouseInput MouseMovedHandler (setMouseMovedHandler). Specifically, I've tested this while running an IOS build on MacOS (Silicon M1). It seems to work fine in patches but then there are patches of a few seconds where no events are received, even though the mouse is being moved.
Not sure if this is a bug with the Apple API or an issue with RoboVM. Is there a way I can debug what is going on with this intermittent delay? Is there a specific thread on the Java side that's retrieving these events that could be held up by something else?
I've observed intermittent delay receiving events from the GCMouseInput MouseMovedHandler (setMouseMovedHandler). Specifically, I've tested this while running an IOS build on MacOS (Silicon M1). It seems to work fine in patches but then there are patches of a few seconds where no events are received, even though the mouse is being moved.
Not sure if this is a bug with the Apple API or an issue with RoboVM. Is there a way I can debug what is going on with this intermittent delay? Is there a specific thread on the Java side that's retrieving these events that could be held up by something else?
Thanks.