bevy_unified_input
Ever wanted to bind multiple inputs at a time? A unified input primitives is just the thing
WIP: the api is still kinda cumbersome, but I found it useful for libraries that need some default bindings
Example
use *;
use *;
Bevy Version Compatibility
| bevy | bevy_unified_input |
|---|---|
| 0.18 | 0.1.0-0.2.* |
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.