C4 Engine
C4 Engine API Documentation

InterfaceMgr::HideCursor

Defined in:  C4Interface.h
Hides the cursor.
Prototype

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

InterfaceMgr::ShowCursor

InterfaceMgr::CursorVisible

InterfaceMgr::SetCursor