Also: on any component I have `Modifier.clickable ...
# compose-desktop
d
Also: on any component I have
Modifier.clickable { }
and/or
Copy code
Modifier.pointerInput(Unit) {
    detectTapGestures(
        onPress = {/* Called when the gesture starts */ },
        onDoubleTap = { /* Called on Double Tap */ },
        onLongPress = { /* Called on Long Press */ },
        onTap = { /* Called on Tap */ }
    )
}
how could I detect a Mouse right button click ??
i
d
message has been deleted
1
s
you should manual import getvalue and setvalue current