xHarbour Reference Documentation > Function Reference |
Determines the visibility of the mouse cursor.
MSetCursor( [<lOnOff>] ) --> lPreviousSetting
The function returns a logical value indicating the visibility of the mouse cursor before MSetCursor() is called.
MSetCursor() is used to change the visibility of the mouse cursor. This is only relevant for full screen text mode applications that use SaveScreen() for saving and the screen buffer. The mouse cursor must be hidden before SaveScreen() is called.
See also: | MPresent(), MRestState(), MSaveState(), MSetBounds(), SetMouse() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com