Dark Bit Factory & Gravity
PROGRAMMING => Freebasic => Topic started by: DrewPee on January 21, 2010
-
Guys, I know this is a newbie question but can you hide the mouse pointer when using TinyPTC in window mode?
Drew
-
Yes:
dim as uinteger mpointer
mpointer=showcursor(0)
If you're not doing so you should be using tinyptc_ext just for the sake of compatibility.
-
Thanks Shockwave. Much appreciated!
Drew