Constructors

Properties

currentIsLongPress: boolean

Flag to indicate if the current press is a long press.

currentLongPressPosition: null | number

Position of the current long press.

currentNumberOfPressesCounter: number

Counter to count the number of presses.

currentUnstablePosition: number

Position of the current unstable position which is debounced

debounceTimer?: Timer

Timer to debounce the raw position.

longPressTimer?: Timer

Timer to detect a long press.

multiPressTimer?: Timer

Timer to detect multi presses.

previouslyReportedPosition: number

Position previously reported in events.

previousMultiPressPosition: null | number

Position of the previous multi press.