ShowPointer
Parameters:
n/a |
Description:
ShowPointer is for use in windowed display modes, and simply shows the Windows pointer after it's been hidden (via HidePointer). It has no effect in full-screen modes. |
Graphics 640, 480, 0, 2 HidePointer Print "Move pointer over window and press a key..." WaitKey ShowPointer Delay 1000 |