mouseWheelSpeed
ui mouseWheelSpeed int speed
Description
Modifies the speed of the mouse wheel speed. Valid values are between 0 and 1000.
The default is 1000. The value 0 disables the filtering of events.
GUI Equivalent
Examples
envGetVal("ui" "mouseWheelSpeed")
envSetVal("ui" "mouseWheelSpeed" 'int 500)
Related Topics
Return to top