LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Notch on June 07, 2006, 19:46:25

Title: Mouse.setGrabbed(false) problem in windowed mode.
Post by: Notch on June 07, 2006, 19:46:25
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.
Title: hmmmmmmm...
Post by: Fool Running on June 07, 2006, 20:32:28
Yep, sounds like a bug. :lol: