PressInteraction.Press
- Common/All
-
Cmn
class PressInteraction.Press : PressInteraction
An interaction representing a press event on a component.
Summary
Public properties
pressPosition
val pressPosition: Offset
the Offset
describing where this press event occurred within the component. The Offset
can be outside the actual component bounds meaning the Offset
can be negative or larger than the component bounds if the touch target is smaller than the ViewConfiguration.minimumTouchTargetSize
.