JavaScript Editor js editor     Web development 



Main Page

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

SYS(2060 [, 0 | 1])

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.

Return Value

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

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



JavaScript Editor js editor     Web development