Module chord

Module chord 

Source
Expand description

This module contains ButtonlikeChord and its impls.

Structsยง

AxislikeChord
A combined input that groups a Buttonlike and a Axislike together, allowing you to only read the axis value when the button is pressed.
ButtonlikeChord
A combined input that groups multiple Buttonlikes together, allowing you to define complex input combinations like hotkeys, shortcuts, and macros.
DualAxislikeChord
A combined input that groups a Buttonlike and a DualAxislike together, allowing you to only read the dual axis data when the button is pressed.
TripleAxislikeChord
A combined input that groups a Buttonlike and a TripleAxislike together, allowing you to only read the dual axis data when the button is pressed.