Module input_sequence

Source
Expand description

Input sequences for keys and gamepad buttons

Structs§

InputSequence
An input sequence is a series of acts that fires an event when matched with inputs within the given time limit.
InputSequenceBuilder
An input sequence builder.

Type Aliases§

ButtonSequence
Represents a gamepad button sequence
KeySequence
Represents a key sequence
KeySequenceBuilder
Represents a key sequence builder