Many desktop apps don't show a focus ring around buttons when you click them, but they still show it when doing tab navigation.
How to implement that in Compose desktop? It seems there's no way to know the focus "source". When clicking there is a Focus event followed by a Press event shortly after so have to rely on timing checks to figure out if we were focused by a click...