diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-26 15:45:37 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-26 15:46:36 -0600 |
commit | 639402850ac65c694967ef6519becb65abe89b39 (patch) | |
tree | 55ab559c417a519ac8b93a746428842e53c19a31 /src/common/input.h | |
parent | 23bf2e3bb6fe0881e28767e768ad9c0a9f851d57 (diff) |
input_common: Fully implement UDP controllers
Diffstat (limited to 'src/common/input.h')
-rw-r--r-- | src/common/input.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index cc0cbd9b8..eaee0bdea 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -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 |