|
WaitMouse | ||
WaitMouse MoveFlag, ButtonFlag | ||
Parameters: MoveFlag = Flag to wait for mouse movements (0= ingore, 1 = true) ButtonFlag = Flag to wait for mouse button press |
||
Returns: NONE | ||
WaitMouse will wait for until the user either moves the mouse or presses a selected mouse button. [ Button Flag ] 0= Don't wait for mouse button 1= Wait for the LEFT Mouse button to be pressed 2= Wait for the RIGHT Mouse button to be pressed 3= Wait for either the LEFT or RIGHT buttons to be pressed 4= Wait for the MIDDLE/WHEEL button to be pressed 5= Wait for either the LEFT or MIDDLE/WHEEL buttons to be pressed 6= Wait for either the RIGHT & MIDDLE/WHEEL buttons to be pressed 7= Wait for ANY mouse buttons to be pressed. FACTS: * None Mini Tutorial:
This example would output.
|
Related Info: | Wait | WaitALLinput | Waitkey | WaitNOinput | WaitNoKey : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |