Reviewed-on: #17 Co-authored-by: Anna Rose Wiggins <annabunches@gmail.com> Co-committed-by: Anna Rose Wiggins <annabunches@gmail.com>
12 lines
345 B
Go
12 lines
345 B
Go
package mappingrules
|
|
|
|
const (
|
|
RuleTypeButton = "button"
|
|
RuleTypeButtonCombo = "button-combo"
|
|
RuleTypeButtonLatched = "button-latched"
|
|
RuleTypeAxis = "axis"
|
|
RuleTypeAxisCombined = "axis-combined"
|
|
RuleTypeAxisToButton = "axis-to-button"
|
|
RuleTypeAxisToRelaxis = "axis-to-relaxis"
|
|
RuleTypeModeSelect = "mode-select"
|
|
)
|