Skip to content
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

[Feature Request] Hide Mouse Cursor #1292

Closed
12buntu opened this issue Jan 1, 2021 · 2 comments
Closed

[Feature Request] Hide Mouse Cursor #1292

12buntu opened this issue Jan 1, 2021 · 2 comments

Comments

@12buntu
Copy link

12buntu commented Jan 1, 2021

I don't know how feasible this is, given the many different platforms that TIC-80 runs on, however it would be nice if there were an option to hide the mouse cursor over the TIC-80 window.

@SDMelipone
Copy link

If you mean hide the host system cursor, then this should work:

poke(0x3FFB,1)

This is a location in the VRAM, documented here:
https://github.com/nesbox/TIC-80/wiki/RAM

@12buntu
Copy link
Author

12buntu commented Jan 2, 2021

If you mean hide the host system cursor, then this should work:

poke(0x3FFB,1)

This is a location in the VRAM, documented here:
https://github.com/nesbox/TIC-80/wiki/RAM

Oh i didn't see that when I was looking around the documentation. Thank you!

@12buntu 12buntu closed this as completed Jan 2, 2021
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

No branches or pull requests

2 participants