input_common: Fully implement UDP controllers
This commit is contained in:
parent
23bf2e3bb6
commit
639402850a
12 changed files with 397 additions and 40 deletions
|
@ -195,6 +195,20 @@ enum class ButtonNames {
|
|||
ButtonX,
|
||||
ButtonY,
|
||||
ButtonStart,
|
||||
|
||||
// DS4 button names
|
||||
L1,
|
||||
L2,
|
||||
L3,
|
||||
R1,
|
||||
R2,
|
||||
R3,
|
||||
Circle,
|
||||
Cross,
|
||||
Square,
|
||||
Triangle,
|
||||
Share,
|
||||
Options,
|
||||
};
|
||||
|
||||
// Callback data consisting of an input type and the equivalent data status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue