Skip to main content

MultiTapEvent

Result payload for multi-touch tap detection.

Inherits: flet.controls.control_event.ControlEvent

Properties

Properties

correct_touchesclass-attributeinstance-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.