Registers a function to handle mousewheel down events
| <vizact>.onwheeldown( | |
| func | |
| *args |
)
func
The function to call when the mouse wheel is scrolled down
*args
The arguments to pass to the function
The given function will be called when the mouse wheel is scrolled down
None