C4 Engine
C4 Engine API Documentation

InterfaceMgr::CursorVisible

Defined in:  C4Interface.h
Returns the cursor visibility state.
Prototype

bool CursorVisible(voidconst;

Description
The CursorVisible function returns a boolean value indicating whether the cursor is currently visible. The visibility state of the cursor can be changed by calling the InterfaceMgr::HideCursor and InterfaceMgr::ShowCursor functions.
See Also

InterfaceMgr::HideCursor

InterfaceMgr::ShowCursor

InterfaceMgr::SetCursor