You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, glutin_handle_basic_input assumes that all window events are for its own window. However there may have been multiple windows on the event loop, even if glutin_handle_basic_input is synchronous and takes control of the event loop. It should make sure that the events are addressed to it.
The text was updated successfully, but these errors were encountered:
Right now, glutin_handle_basic_input assumes that all window events are for its own window. However there may have been multiple windows on the event loop, even if glutin_handle_basic_input is synchronous and takes control of the event loop. It should make sure that the events are addressed to it.
The text was updated successfully, but these errors were encountered: