Karan Sharma
01/22/2025, 5:11 AMclass Press(val pressPosition: Offset) : PressInteraction
Is there any way to know how much pressure is being applied on a press interaction. Maybe should use some other api instead of PressInteraction ?Zach Klippenstein (he/him) [MOD]
01/22/2025, 5:13 AMpointerInput
Karan Sharma
01/22/2025, 5:17 AMKaran Sharma
01/22/2025, 5:48 AMZach Klippenstein (he/him) [MOD]
01/22/2025, 2:34 PMclickable
that includes pressure indication, a11y services wouldn’t report that anyway so you should just publish the same semantics actions and properties that clickable
does (eg OnClick
at least).Karan Sharma
01/23/2025, 9:30 AM