TrackMouseWheel command

The TrackMouseWheel command enables or disables mouse wheel event tracking. When the mouse wheel event occurs, plugin calls object labeled as mousewheel_event_handler from the Master Top Layer and puts to the output variable the result value that indicates direction of the mouse wheel rotation. If the mouse wheel is scrolled up then result value is 1, if the mouse wheel is scrolled down then result is -1.

 

Syntax

Integer=Enable

PluginSet("PlugIn","Integer")

PluginRun("PlugIn","TrackMouseWheel")

Parameters

Enable

[in] If Enable value is non-zero, the mouse wheel tracking is enabled. If Enable value is zero, the mouse wheel tracking is disabled.