Registers a function to handle a mouse button being held down
| <vizact>.whilemousedown( | |
| button | |
| func | |
| args |
)
button
The mouse button to handle
func
The function to call while the mouse button is down
args
The arguments to pass to the function
While the specified mouse button is down the given function will be called
None