How do I catch mouse events outside of the widget?
# compose-desktop
l
How do I catch mouse events outside of the widget?
d
Add a border to the element and add a modifier to it,.
l
not correctly formulated the question. Here's a more correct one: How do I catch mouse events outside of the widget?
r
I handle those with `jnativehook`: tracks keys pressed and mouse events from OS API:
implementation("com.1stleg:jnativehook:2.1.0")