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,