mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 03:55:33 +00:00
Display start button in ToString()
This commit is contained in:
parent
0c9a67da41
commit
1adc3f7733
|
@ -118,6 +118,7 @@ namespace OpenTK.Input
|
|||
LeftShoulder == ButtonState.Pressed ? "L" : String.Empty,
|
||||
RightShoulder == ButtonState.Pressed ? "R" : String.Empty,
|
||||
Back == ButtonState.Pressed ? " Back" : String.Empty,
|
||||
Start == ButtonState.Pressed ? " Start" : String.Empty,
|
||||
BigButton == ButtonState.Pressed ? " Big" : String.Empty,
|
||||
LeftStick == ButtonState.Pressed ? " LStick" : String.Empty,
|
||||
RightStick == ButtonState.Pressed ? " RStick" : String.Empty);
|
||||
|
|
Loading…
Reference in a new issue