might be nice, or maybe this already exists? to ha...
# compose-desktop
a
might be nice, or maybe this already exists? to have some sort of
onAltClick
modifier specifically in compose-desktop, which maps to a right click on desktop, and a long press on touch screens.
e
I would just like to leave a reminder that desktops can have touch screens and that mobile devices can have precise pointers with multiple buttons too.
a
well great, it can work that way on all devices 😄
e
I guess this is something that might be part of https://issuetracker.google.com/issues/257477742, although I can't access the doc…
it's a shame that
Modifier.combinedClickable()
doesn't seem to handle this even though Android's
View.setOnContextClickListener()
does :(
n
I have created an enhancement on this: https://github.com/JetBrains/compose-jb/issues/2739