[Input] Added missing Back button in ToString()
This commit is contained in:
parent
0d4fddd9b4
commit
6c2a6336b5
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue