xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MRestState()

Restores a previously saved state of the mouse.

Syntax

MRestState( <cSavedState> ) --> NIL

Arguments

<cSavedState>
This must be a character string previously returned from function MSaveState().

Return

The function always returns NIL.

Description

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.

Info

See also:MPresent(), MSaveState(), MSetCursor()
Category: Mouse functions
Source:rtl\mouseapi.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe