WinXIsMousePressed (button)
Determines if a mouse button is currently pressed
Parameter | Description |
---|---|
button | An MBT constant identifiying the button the check |
$$TRUE if the button is pressed, $$FALSE otherwise
The button parameter will be one of the following constants:
'is the left button pressed? IF WinXIsMouseButtonPressed ($$MBT_LEFT) THEN PRINT "Left button is down" |