mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 06:57:56 +00:00
[Input] Fixed debug display of Back gamepad button
This commit is contained in:
parent
21deea87d8
commit
3bf29b074c
|
@ -175,6 +175,8 @@ namespace OpenTK.Input
|
||||||
sb.Append("St");
|
sb.Append("St");
|
||||||
if (BigButton == ButtonState.Pressed)
|
if (BigButton == ButtonState.Pressed)
|
||||||
sb.Append("Gd");
|
sb.Append("Gd");
|
||||||
|
if (Back == ButtonState.Pressed)
|
||||||
|
sb.Append("Bk");
|
||||||
if (LeftShoulder == ButtonState.Pressed)
|
if (LeftShoulder == ButtonState.Pressed)
|
||||||
sb.Append("L");
|
sb.Append("L");
|
||||||
if (RightShoulder == ButtonState.Pressed)
|
if (RightShoulder == ButtonState.Pressed)
|
||||||
|
|
Loading…
Reference in a new issue