From 76e6813488a91492e78faee4ee75bd4b66c356de Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:33:33 +0100 Subject: [PATCH] GamepadButton description corrected --- Raylib-cs/types/Input.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Raylib-cs/types/Input.cs b/Raylib-cs/types/Input.cs index 46c6c8e..03bd1d2 100644 --- a/Raylib-cs/types/Input.cs +++ b/Raylib-cs/types/Input.cs @@ -305,7 +305,7 @@ public enum GamepadButton RightFaceUp, /// - /// Gamepad right button right (i.e. PS3: Square, Xbox: X) + /// Gamepad right button right (i.e. PS3: Circle, Xbox: B) /// RightFaceRight, @@ -315,7 +315,7 @@ public enum GamepadButton RightFaceDown, /// - /// Gamepad right button left (i.e. PS3: Circle, Xbox: B) + /// Gamepad right button left (i.e. PS3: Square, Xbox: X) /// RightFaceLeft,