diff --git a/Source/OpenTK/Input/GamePadButtons.cs b/Source/OpenTK/Input/GamePadButtons.cs index 3a82ceb3..3f866e89 100644 --- a/Source/OpenTK/Input/GamePadButtons.cs +++ b/Source/OpenTK/Input/GamePadButtons.cs @@ -169,6 +169,8 @@ namespace OpenTK.Input sb.Append("X"); if (Y == ButtonState.Pressed) sb.Append("Y"); + if (Back == ButtonState.Pressed) + sb.Append("Bk"); if (Start == ButtonState.Pressed) sb.Append("St"); if (BigButton == ButtonState.Pressed)