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