Hello! I'm trying to make use of mouse back button...
# compose-desktop
p
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
sounds like https://github.com/JetBrains/compose-multiplatform/issues/2058, extra mousse buttons seem to be a mess on every platform