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
mohamed rejeb
05/18/2024, 11:42 AM
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.
mohamed rejeb
05/18/2024, 4:22 PM
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 🤔