Skip to content

DIRECTOR: add nocursor debug flag #6439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

mistydemeo
Copy link
Contributor

This flag causes games to boot to a blank cursor by default instead of a pointer. It's useful when booting noninteractive animations in order to get a clearer screen.

This flag causes games to boot to a blank cursor by default instead
of a pointer. It's useful when booting noninteractive animations to
get a clearer screen.
@mistydemeo
Copy link
Contributor Author

Windows build looks to be unrelated.

@moralrecordings
Copy link
Contributor

One comment I'd make... the cursor would still show up if any script tried to modify it, or if e.g. the movie reached a waitForClick frame. A better approach might be to shim all calls to _wm->replaceCursor and _vm->setCursor to always set it to kMacCursorOff if the debug flag is enabled.

@sev-
Copy link
Member

sev- commented Feb 20, 2025

Yes, I second it. The better place would be the MacWindowManager.

@sev-
Copy link
Member

sev- commented Apr 27, 2025

@mistydemeo any updates?

@mistydemeo
Copy link
Contributor Author

Going to close for now.

@mistydemeo mistydemeo closed this May 7, 2025
@mistydemeo mistydemeo deleted the director_nocursor branch May 7, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants