Using insert_dual_axis with VirtualDPad #679
Shxdwlrd
announced in
Announcements
Replies: 1 comment
-
You need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
0.16.0
Operating system & version
Windows 11
What you did
I am trying to make
input_map.insert_dual_axis(Self::Run, VirtualDPad::wasd());
like in one of the examples (https://github.com/Leafwing-Studios/leafwing-input-manager/blob/main/examples/default_controls.rs)What you expected to happen
Register WASD key mappings for topdown-like movement
What actually happened
Cannot map a DualAxislike input for action Move of kind Button
Beta Was this translation helpful? Give feedback.
All reactions