dash.utility.input.input

Defines the static Input class, which is responsible for handling all keyboard/mouse/controller interactions.

Members

Aliases

AxisEvent
alias AxisEvent = void delegate(AxisStorageType)

The event type for axis events.

ButtonEvent
alias ButtonEvent = void delegate(ButtonStorageType)

The event type for button events.

Classes

Input
class Input

Manages all input events.

Meta