mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 11:35:39 +00:00
Added missing left/right triggers
This commit is contained in:
parent
f459647613
commit
b62f5993d4
|
@ -41,6 +41,8 @@ namespace OpenTK.Input
|
|||
short left_stick_y;
|
||||
short right_stick_x;
|
||||
short right_stick_y;
|
||||
byte left_trigger;
|
||||
byte right_trigger;
|
||||
bool is_connected;
|
||||
|
||||
#region Public Members
|
||||
|
|
Loading…
Reference in a new issue