Is there anything blocking accessing native mouse ...
# compose-desktop
m
Is there anything blocking accessing native mouse inputs using window handle? It works on macos but not on windows. And if I add a swing panel the inputs start working when moving the mouse on top of the swing panel.
👍 2
I'm looking into the native implementation maybe I can fix it there but I can't understand why the result is different when hovering on a composable and on a swing panel.
After some investigations, it looks like the window handle returned from window.windowHandle is different from the window handle of the native events in windows when I'm hovering on Composables 🤔