Skip to content

MultiTapEvent

Inherits: ControlEvent

Result payload for multi-touch tap detection.

Properties

Properties#

correct_touches class-attribute instance-attribute #

correct_touches: bool = field(metadata={"data_field": "ct"})

True when the active touch count reaches GestureDetector.multi_tap_touches; otherwise False is emitted when the sequence is interrupted.