From 9eab07f86370eb97eb6e87624163ae07fb055ac9 Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 16 Jan 2022 18:03:11 -0600 Subject: input_common: Reintroduce motion from mouse and use button names --- src/common/input.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/common/input.h') diff --git a/src/common/input.h b/src/common/input.h index f775a4c01..f4f9eb30a 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -209,6 +209,13 @@ enum class ButtonNames { Triangle, Share, Options, + + // Mouse buttons + ButtonMouseWheel, + ButtonBackward, + ButtonForward, + ButtonTask, + ButtonExtra, }; // Callback data consisting of an input type and the equivalent data status -- cgit v1.2.3