Is there any way to handle right-click events? `Mo...
# compose-desktop
c
Is there any way to handle right-click events?
Modifier.clickable()
has a long-click event (which doesn’t seem to do anything on desktop) but not a right-click
🤔 2
i
Unfortunately, no. You can track progress here: https://github.com/JetBrains/compose-jb/issues/129 We are planning to rethink how we should handle mouse events.
👌 2
b
I think long click would make sense to be right click on desktop
c
Yeah that was my first thought @Big Chungus, and maybe name it something more generic to be able to be transparently shared across both mobile and desktop
e
I remember it being called a context click on some framework a while ago
x
@Igor Demin start using Github Discussions to have a more throughout thinktank for that