Leafwing-Studios / leafwing-input-manager

A straightforward stateful input manager for the Bevy game engine.
Apache License 2.0
616 stars 92 forks source link

Add a trait for input mocking #536

Open alice-i-cecile opened 3 weeks ago

alice-i-cecile commented 3 weeks ago
          It should be able to replace with a new trait for implementing input mocking

_Originally posted by @Shute052 in https://github.com/Leafwing-Studios/leafwing-input-manager/pull/490#discussion_r1632409320_

alice-i-cecile commented 3 weeks ago

Unsurprisingly, input mocking should also be traitified. Once #535 is done the design should be much clearer.