Module base_input_codes

Module base_input_codes 

Source
Expand description

imports everything needed to reduce boilerplate when creating an input_map

Re-exports§

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

Enums§

DeviceInput
GamepadInput
KeyCode
Code representing the location of a physical key
MouseButton
Describes a button of a mouse controller.
PhysicalKey
Represents the location of a physical key.