https://kotlinlang.org logo
Title
d

Dirk Hoffmann

03/19/2021, 1:39 PM
Also: on any component I have
Modifier.clickable { }
and/or
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

Igor Demin

03/19/2021, 4:41 PM
d

Dirk Hoffmann

03/20/2021, 3:16 PM
1
s

sonder-joker

03/20/2021, 3:42 PM
you should manual import getvalue and setvalue current