three-story-controls

Home > three-story-controls > WheelAdaptorType

WheelAdaptorType type

A discrete adaptor works as a trigger - only firing events when wheel events pass a given threshold, whereas a continuous adaptor continuously fires events on wheel

Signature:

export declare type WheelAdaptorType = 'discrete' | 'continuous';