Crate zengine_input

Source

Modules§

device
Collection of enums that rappresent information about input devices

Structs§

ActionBind
Bind an InputType to an Input source using an ActionBind
AxisBind
Bind an InputType to an Input source using an AxisBind
Bindings
Contains all the defined input bindings for the InputModule
InputEvent
Rappresent an input event composed by the input type and its value
InputHandler
A Resource that handle the mapping between the user input events and the Bindings
InputModule
Adds input bindings mapping support to the engine

Enums§

Axis
Rappresent an Axis
Input
Rappresent an Input from the User

Traits§

InputType
Rappresent a possible input key binding.