xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MSaveState()

Saves the current state of the mouse.

Syntax

MSaveState() --> cSavedState

Return

The function returns the current mouse state encoded in a binary character string.

Description

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.

Info

See also:MPresent(), MRestState(), 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