From 3d2d77eb3f0e0b5cb9c881d33ba2406e61736723 Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 30 Jan 2022 09:15:29 -0600 Subject: input_common: Add home and hard touch press buttons to UDP controllers --- src/input_common/drivers/udp_client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/input_common/drivers/udp_client.h') diff --git a/src/input_common/drivers/udp_client.h b/src/input_common/drivers/udp_client.h index 30d7c2682..e9c178139 100644 --- a/src/input_common/drivers/udp_client.h +++ b/src/input_common/drivers/udp_client.h @@ -84,7 +84,9 @@ private: Cross = 0x4000, Square = 0x8000, Touch1 = 0x10000, - touch2 = 0x20000, + Touch2 = 0x20000, + Home = 0x40000, + TouchHardPress = 0x80000, }; enum class PadAxes : u8 { -- cgit v1.2.3