Is there a way to turn the system mouse cursor off. I have a sprite I'm using as a custom cursor and the default windows mouse cursor is being drawn over the top and it looks terrible
you can define mouse cursor sprite (foreground sprite) from LUA by calling poke(0x3FFB,index)
, it'll draw system cursor if index=0
https://github.com/nesbox/tic.computer/issues/116
done in .24