xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MRightDown()

Determines the status of the left mouse button.

Syntax

MRightDown() --> lRightButtonIsPressed

Return

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

Description

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

Info

See also:Inkey(), MDblClk(), MHide(), MLeftDown(), 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