[Input] Fixed debug display of Back gamepad button

This commit is contained in:
thefiddler 2014-08-11 08:58:34 +02:00
parent 21deea87d8
commit 3bf29b074c

View file

@ -175,6 +175,8 @@ namespace OpenTK.Input
sb.Append("St");
if (BigButton == ButtonState.Pressed)
sb.Append("Gd");
if (Back == ButtonState.Pressed)
sb.Append("Bk");
if (LeftShoulder == ButtonState.Pressed)
sb.Append("L");
if (RightShoulder == ButtonState.Pressed)