My windowed test application works fine and normal at first. I can click it to give it focus, then click another application to focus that one.
When I call Mouse.setGrabbed(true), my application (naturally) steals the mouse.
When I later call Mouse.setGrabbed(false), the mouse pointer is released, and acts as before, EXCEPT I can't click on other windows than my application window. I have to alt+tab once to make it work.
Yep, sounds like a bug. :lol: