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