aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h
index ff5d2874f4..4b45d530c8 100644
--- a/common/events.h
+++ b/common/events.h
@@ -110,7 +110,7 @@ struct JoystickState {
* Some of the button indices match well-known game controller
* buttons. See JoystickButton.
*/
- byte button;
+ int8 button;
};
/**