From 7364fb495dcc4c677921c677f47a9b8b35bb2b3a Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sat, 1 Mar 2025 16:58:35 -0600 Subject: [PATCH] add guide button support courtessy steve_yorkshire --- Engine/source/platform/input/event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/platform/input/event.cpp b/Engine/source/platform/input/event.cpp index 89181d301..2bae9c59b 100644 --- a/Engine/source/platform/input/event.cpp +++ b/Engine/source/platform/input/event.cpp @@ -419,7 +419,7 @@ CodeMapping gVirtualMap[] = { "btn_b", SI_BUTTON, XI_B }, { "btn_x", SI_BUTTON, XI_X }, { "btn_y", SI_BUTTON, XI_Y }, - + { "btn_guide", SI_BUTTON, XI_GUIDE }, //"guide",//yorks //-------------------------------------- MISCELLANEOUS EVENTS //