xHarbour Reference Documentation > Function Reference |
Determines the status of the left mouse button.
MLeftDown() --> lLeftButtonIsPressed
MLeftDown() returns .T. (true) if the left mouse button is pressed when the function is called, otherwise .F. (false) is returned.
MLeftDown() is used in full screen or console window applications to determine the current status of the left mouse button.
See also: | Inkey(), MDblClk(), MHide(), MRightDown(), MRow(), MShow(), SET EVENTMASK |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com