InterfaceMgr::CursorVisible
Defined in:
Returns the cursor visibility state.
C4Interface.h
Prototype
bool CursorVisible(void) const;
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