input_common: Implement custom joycon driver

This commit is contained in:
Narr the Reg
2021-12-01 14:46:25 -06:00
committed by german77
parent 7f77aafe41
commit d27a4b3e07
8 changed files with 1514 additions and 9 deletions

View File

@@ -183,17 +183,31 @@ enum class ButtonNames {
Engine,
// This will display the button by value instead of the button name
Value,
// Joycon button names
ButtonLeft,
ButtonRight,
ButtonDown,
ButtonUp,
TriggerZ,
TriggerR,
TriggerL,
ButtonA,
ButtonB,
ButtonX,
ButtonY,
ButtonPlus,
ButtonMinus,
ButtonHome,
ButtonCapture,
ButtonStickL,
ButtonStickR,
TriggerL,
TriggerZL,
TriggerSL,
TriggerR,
TriggerZR,
TriggerSR,
// GC button names
TriggerZ,
ButtonStart,
// DS4 button names