Registers a function to handle button down events
| <vizact>.onbuttondown( | |
| button | |
| func | |
| *args |
)
button
The GUI object to handle
func
The function to call when the GUI object is pressed
*args
The arguments to pass to the function
When the specified GUI object is pressed the given function will be called.
None