xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MPresent()

Determines if a mouse is available.

Syntax

MPresent() --> lMouseIsPresent

Return

The function returns .T. (true) when a mouse is present, otherwise the return value is .F. (false).

Description

The function tests the presence of a mouse. It is a compatibility function for text mode and full screen applications.

Info

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