Module base_input_codes

Source
Expand description

imports everything needed to reduce boilerplate when creating an input_map

Re-exports§

pub use GamepadInput::*;
pub use DeviceInput::*;
pub use winit::keyboard::KeyCode::*;
pub use winit::keyboard::PhysicalKey::*;

Enums§

MouseButton
Describes a button of a mouse controller.