I'm trying to watch for pointer events in a `Basic...
# compose
a
I'm trying to watch for pointer events in a
BasicTextField
. But no matter how I try to intercept them, I only ever get a Focus event on the
InteractionSource
, and nothing else. BTF seems to steal everything else before I get a chance to intercept them. Anyone have an idea how to get ahold of them?
1
I've tried both
PointerInput
modifiers and
InteractionSource
so far