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
It would be especially useful to have a function that says if key == "s" so that you don't have to destructure the Key::Character(letter) and check letter = "s" every single time.
There's a lot of redundant code in the various examples to the point that updating
winit
becomes incredibly painful.What we need:
The text was updated successfully, but these errors were encountered: