glutin_window icon indicating copy to clipboard operation
glutin_window copied to clipboard

No mouse events in "capture_cursor" mode.

Open aleksander opened this issue 9 years ago • 2 comments

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.

aleksander avatar Nov 26 '15 13:11 aleksander

I think this is due to https://github.com/tomaka/glutin/issues/696

mattico avatar Mar 10 '16 04:03 mattico

The referenced issue has been fixed, yet i'm still having this problem with this library. Am I doing something wrong?

ThersVV avatar Aug 26 '22 22:08 ThersVV