xHarbour Reference Documentation > Function Reference |
Determines if a mouse is available.
MPresent() --> lMouseIsPresent
The function returns .T. (true) when a mouse is present, otherwise the return value is .F. (false).
The function tests the presence of a mouse. It is a compatibility function for text mode and full screen applications.
See also: | MRestState(), MSaveState(), MSetCursor() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com