PistonDevelopers / cam

A Rust library for 3D camera and navigation
MIT License
17 stars 10 forks source link

First person settings missing arrow keys setup #28

Open ghost opened 9 years ago

ghost commented 9 years ago

First person settings should have movement settings for the arrow keys. If we add multiple input settings #11, then the default 'wasd' and 'esdf' settings could have arrow keys added as an additional input source.

bvssvni commented 9 years ago

One way to solve this is to add a Vec for each button. Then you can have W and up arrow to move forward.