xHarbour Reference Documentation > Function Reference |
Restores a previously saved state of the mouse.
MRestState( <cSavedState> ) --> NIL
The function always returns NIL.
The function restores settings of the mouse that are previously saved with a call to MSaveState(). It is a compatibility function for text mode and full screen applications.
See also: | MPresent(), MSaveState(), MSetCursor() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com