2 unstable releases
0.2.0 | Jan 24, 2022 |
---|---|
0.1.0 | Jan 22, 2022 |
#16 in #joystick
Used in ezinput
2KB
EZInput
Easier joystick, mouse and keyboard input handling in Bevy
Table of contents
Getting Started
From GitHub
Add the following to your Cargo.toml
:
[dependencies]
ezinput = { git = "https://github.com/HexaliteStudios/ezinput" }
ezinput_macros = { git = "https://github.com/HexaliteStudios/ezinput" }
From crates.io
Add the following to your Cargo.toml
(replace x.y
with the latest version):
[dependencies]
ezinput = "x.y"
ezinput_macros = "x.y"
Dependencies
~1.5MB
~37K SLoC