xHarbour Reference Documentation > Function Reference |
Saves the current state of the mouse.
MSaveState() --> cSavedState
The function returns the current mouse state encoded in a binary character string.
MSaveState() is used in text mode and console window applications to save the current settings of the mouse. This includes the screen position of the mouse cursor, its visibility and boundaries. The return value can be passed to function MRestState() to restore the saved state.
See also: | MPresent(), MRestState(), MSetCursor() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com