EZInput
Easier joystick, mouse and keyboard input handling in Bevy
Table of contents
Getting Started
From GitHub
Add the following to your Cargo.toml:
[]
= { = "https://github.com/HexaliteStudios/ezinput" }
= { = "https://github.com/HexaliteStudios/ezinput" }
From crates.io
Add the following to your Cargo.toml (replace x.y with the latest version):
[]
= "x.y"
= "x.y"