Expand description
This module contains ButtonlikeChord
and its impls.
Structsยง
- Axislike
Chord - A combined input that groups a
Buttonlike
and aAxislike
together, allowing you to only read the axis value when the button is pressed. - Buttonlike
Chord - A combined input that groups multiple
Buttonlike
s together, allowing you to define complex input combinations like hotkeys, shortcuts, and macros. - Dual
Axislike Chord - A combined input that groups a
Buttonlike
and aDualAxislike
together, allowing you to only read the dual axis data when the button is pressed. - Triple
Axislike Chord - A combined input that groups a
Buttonlike
and aTripleAxislike
together, allowing you to only read the dual axis data when the button is pressed.