Replies: 3 comments 2 replies
-
Also, try to comment this line https://github.com/nesbox/TIC-80/blob/main/src/system/sdl/main.c#L676 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is what I tried:
but the cursor is still showing up at the middle of the screen. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Commenting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'd like to completely turn off the mouse, even when not running a game e.g. on surf mode, as it has no use on devices missing a mouse. This question has been raised several times, but adding
poke(0x3FFB,0)
in https://github.com/nesbox/TIC-80/blob/main/config.lua didn't do the trick, the cursor is still appearing when launching TIC-80.I've tried to call
SDL_ShowCursor(SDL_DISABLE)
in the start function to no avail.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions