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?