[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function: MouseStat()
This function will return the Status of Mouse
Buttons. This call is preferable to something
like: if MouseLeft() .and. MouseRight().
Syntax: MouseStat()
Arguments: None.
Returns: A number indicating the button's status:
0 : no buttons pressed,
1 : Left button pressed
2 : Right button pressed
4 : Middle Button pressed
Add numbers to combine.
See Also:
MouseThere()
MouseRight()
MouseStat()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson