gui.isMouseButtonPressed
Checks if the user is currently pressing a mouse button.
Prototype
bPressed = gui.isMouseButtonPressed ( kMouseButton )
Description
Please refer to the predefined mouse constants to see which buttons are available.
Parameters
kMouseButton - predefined mouse button constant
Return values
bPressed - true if pressed, otherwise false
Available since ShiVa 2.0