https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
p

PHondogo

10/08/2023, 9:33 PM
Hello! I'm trying to make use of mouse back button key but with no luck.
Copy code
onClick(matcher = PointerMatcher.mouse(PointerButton.Back))  // Do not trigger on back button pressed (Actually only Primary and Secondary buttons triggers if set)
Does anybody had such problem? How can it be solved?
e

ephemient

10/08/2023, 9:51 PM
sounds like https://github.com/JetBrains/compose-multiplatform/issues/2058, extra mousse buttons seem to be a mess on every platform