Recent

Author Topic: How to put Mouse cursor Invisible ?  (Read 8033 times)

WarLock

  • Guest
How to put Mouse cursor Invisible ?
« on: November 21, 2005, 07:47:07 am »
Hi all

i'm working on a opengl demo and a wanna know how to put the corsor of the mouse invisible

Thanks

matthijs

  • Hero Member
  • *****
  • Posts: 537
RE: How to put Mouse cursor Invisible ?
« Reply #1 on: November 21, 2005, 09:05:17 am »
Have you tried:
Code: [Select]

  Screen.Cursor := crNone;
What's in a sig? Would my posting look less if it didnot have a sig? (Free after William S.) :)

:( Why cannot I upload my own Avatar? :(

WarLock

  • Guest
i found it
« Reply #2 on: November 21, 2005, 09:25:38 pm »
hi matthijs  

Screen.Cursor := crNone; dont working but i found it; it's

Quote
ShowCursor(false);


like the winapi
Thanks for your help
WarLock

 

TinyPortal © 2005-2018