Leafwing-Studios / leafwing-input-manager

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

Add TripleAxislike inputs for 3D data #552

Closed alice-i-cecile closed 1 month ago

alice-i-cecile commented 3 months ago

What problem does this solve?

I want to model 3-dimensional inputs, as might be used in VR or obtained from a space mouse.

What solution would you like?

Add a TripleAxislike trait (which implies UserInput) which store this data.

Related work

Cut from #548 for scope.

alice-i-cecile commented 1 month ago

Fixed by #609.