From 0cf485999027b286920daf159cb72597564f0cb3 Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Tue, 16 Jan 2024 11:17:22 +0530 Subject: [PATCH] [General] Fixes https://github.com/YoYoGames/GameMaker-Bugs/issues/4340 --- .../assets/snippets/Gamepad_button_constants.hts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Manual/contents/assets/snippets/Gamepad_button_constants.hts b/Manual/contents/assets/snippets/Gamepad_button_constants.hts index 36240f4a2..c49dbdb0a 100644 --- a/Manual/contents/assets/snippets/Gamepad_button_constants.hts +++ b/Manual/contents/assets/snippets/Gamepad_button_constants.hts @@ -20,19 +20,19 @@ gp_face1 - Top button 1 (this maps to the "A" on an Xbox 360 controller and the cross on a PS controller) + Top button 1 (this maps to the "A" on an Xbox controller and the cross on a PS controller) gp_face2 - Top button 2 (this maps to the "B" on an Xbox 360 controller and the circle on a PS controller) + Top button 2 (this maps to the "B" on an Xbox controller and the circle on a PS controller) gp_face3 - Top button 3 (this maps to the "X" on an Xbox 360 controller and the square on a PS controller) + Top button 3 (this maps to the "X" on an Xbox controller and the square on a PS controller) gp_face4 - Top button 4 (this maps to the "Y" on an Xbox 360 controller and the triangle on a PS controller) + Top button 4 (this maps to the "Y" on an Xbox controller and the triangle on a PS controller) gp_shoulderl @@ -52,11 +52,11 @@ gp_select - The select button (on a DS4 controller, this triggers when you press the touchpad down) + The select button (on a PS controller, this triggers when you press the touchpad down) gp_start - The start button (this is the "options" button on a PS4 controller) + The start button (this is the "options" button on a PS controller) gp_stickl