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