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/common/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/input.h b/src/common/input.h index f4f9eb30a..54fcb24b0 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -209,6 +209,8 @@ enum class ButtonNames { Triangle, Share, Options, + Home, + Touch, // Mouse buttons ButtonMouseWheel, -- cgit v1.2.3