Closed
Description
What problem does this solve or what need does it fill?
All of the events in this file should be serializable, in order to enable effective playback of window events for testing.
Similarly, many events in bevy_input
are not serializable.
What solution would you like?
Add derives for Serialize
and Deserialize
, controlled by an off-by-default feature flag.