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 useful for VirtualKeyCode (and possibly other structs in event.rs) to be serializable/deserializable to write and read in custom key-mapping files that can be consumed directly by applications.
For example this would allow for serialized HashMaps like
It would be useful for VirtualKeyCode (and possibly other structs in event.rs) to be serializable/deserializable to write and read in custom key-mapping files that can be consumed directly by applications.
For example this would allow for serialized HashMaps like
be used by a winit-agnostic
process_buttons
function likewithout needing to change the event loop.
The text was updated successfully, but these errors were encountered: