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