[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPmouseRight()
Report the status of the Mouse's right button
------------------------------------------------------------------------------
Function: XPmouseRight()
This function will return the Status of the Right
mouse Button.
Syntax: XPmouseRight()
Arguments: None.
Returns: .t. if button is depressed at this Moment, .f.
otherwise.
Usage: * Wait for a Right 'click'.
Do While .not. XPmouseRight()
Enddo
Do While XPmouseRight()
Enddo
See Also:
XPmouseThere()
XPmouseLeft()
XPmouseStat()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson