mouseWheel()
Example

Syntax
def mouseWheel([event]):
# do stuff
# work with event with property delta, like event.deltaDescription
This function is called any time a vertical mouse wheel event is detected, either triggered by rolling an actual mouse wheel or by a touchpad.
Last updated