Modifier on a piece of text.
I use it to get the click position and do some things with it, but my issue is that is override the default click behaviour as well.
In my case, this means that with a
SelectionContainer
I can select my text, but clicking to deselect doesn’t work, the
pointerInput
consumes the click and doesn’t “transmit” it.
Any idea on how to do that? Use the position and still transfer the click?
t
theapache64
03/20/2022, 6:55 PM
Hi Antoine, Were you able to fix it ?
a
Antoine Gagnon
03/20/2022, 7:01 PM
Hi, I don't have the code on hand, but if I remember right I looked at the pointerInput code and replicated it while removing the part where it consumes the click
I think it uses pointerInteropFilter