Forum > General

How to put Mouse cursor Invisible ?

(1/1)

WarLock:
Hi all

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

Thanks

matthijs:
Have you tried:

--- Code: ---
  Screen.Cursor := crNone;

--- End code ---

WarLock:
hi matthijs  

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


--- Quote ---ShowCursor(false);
--- End quote ---


like the winapi
Thanks for your help
WarLock

Navigation

[0] Message Index

Go to full version