glutin_window
glutin_window copied to clipboard
No mouse events in "capture_cursor" mode.
Ubuntu Linux x86, xfce4.
If window.set_capture_cursor(true) is called then there are no MouseCursorEvent or MouseRelativeEvent events generated in event loop and cursor stays visible.
No such issue with sdl2_window.
Possibly related to #62.
I think this is due to https://github.com/tomaka/glutin/issues/696
The referenced issue has been fixed, yet i'm still having this problem with this library. Am I doing something wrong?