InterfaceMgr::HideCursor
Defined in:
Hides the cursor.
C4Interface.hPrototype
void HideCursor(void);
Description
The HideCursor function hides the cursor rendered by the Interface Manager. The cursor is not rendered again until the InterfaceMgr::ShowCursor function is called.The
HideCursor and ShowCursor functions are not counted, so multiple calls to HideCursor will not prevent the first call to ShowCursor from showing the cursor.
See Also
