Share via


SYS(2060) - Mouse Wheel Events

Enables or disables the accumulation of mouse wheel events in the event queue.

SYS(2060 [, 0 | 1])

Return Value

Character data type. Returns the current value of SYS(2060).

Parameters

  • 0
    Enables the combining of mouse wheel events in the event queue. (Default)

  • 1
    Disables the combining of mouse wheel events in the event queue.

Remarks

When SYS(2060) is set to 0, mouse wheel events are added together in the event queue, rather than adding a new event. This creates smoother scrolling on slower computers.

See Also

Reference

SYS( ) Functions Overview

MouseWheel Event