You’re now watching this thread and will receive emails when there’s activity. Click again to stop watching or visit your profile/homepage to manage your watched threads.
You’ve stopped watching this thread and will no longer receive emails when there’s activity. Click again to start watching.
Code Block
- (BOOL)prefersPointerLocked {
return YES;
}
It's works on iPadOS 14.4, but no works on iPhone.
-
—
Gemini
Add a CommentI see the same behavior and no way to hide the pointer. The prefersPointerLocked method is not called on iPhone.
The GCMouse events work on iPhone fine, so it would make sense if the prefersPointerLocked method was also taken in consideration to hide the pointer.