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
Any chance you'll approve pull request about adding this code at the end of on_window_event method?
_ => {// ToDo: Add warning logging when receive unknown WindowEvents.EventResponse{// We probably want to repaint by any unknown event.repaint:true,consumed:false,}}
It make me easy to add custom WindowEvent values in my winit's fork.
But maybe it creates possibility to miss new winit events and miss it's handlers adding..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Any chance you'll approve pull request about adding this code at the end of
on_window_eventmethod?It make me easy to add custom
WindowEventvalues in my winit's fork.But maybe it creates possibility to miss new winit events and miss it's handlers adding..
Beta Was this translation helpful? Give feedback.
All reactions