xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MLeftDown()

Determines the status of the left mouse button.

Syntax

MLeftDown() --> lLeftButtonIsPressed

Return

MLeftDown() returns .T. (true) if the left mouse button is pressed when the function is called, otherwise .F. (false) is returned.

Description

MLeftDown() is used in full screen or console window applications to determine the current status of the left mouse button.

Info

See also:Inkey(), MDblClk(), MHide(), MRightDown(), MRow(), MShow(), SET EVENTMASK
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