InterfaceMgr::ShowCursor
Defined in:
Shows the cursor.
C4Interface.h
Prototype
void ShowCursor(void);
Description
The ShowCursor
function shows the cursor rendered by the Interface Manager.The
ShowCursor
and HideCursor
functions are not counted, so multiple calls to HideCursor
will not prevent the first call to ShowCursor
from showing the cursor.
See Also