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