Docs.rs
leafwing-input-manager-0.6.0
leafwing-input-manager 0.6.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
alice-i-cecile
Dependencies
bevy ^0.8
normal
derive_more ^0.99
normal
itertools ^0.10
normal
leafwing_input_manager_macros ^0.6
normal
petitset ^0.2.1
normal
serde ^1.0
normal
bevy ^0.8
dev
bevy_egui ^0.15.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module user_input
Structs
Enums
?
Module
leafwing_input_manager
::
user_input
source
·
[
−
]
Expand description
Helpful abstractions over user inputs of all sorts
Structs
RawInputs
The basic input events that make up a
UserInput
.
Enums
InputKind
The different kinds of supported input bindings.
Modifier
A keyboard modifier that combines two [
KeyCode
] values into one representation.
UserInput
Some combination of user input, which may cross [
Input
]-mode boundaries