mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:30:47 -07:00
Support other switch controller types (#487)
* Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
This commit is contained in:
8
Ryujinx.HLE/Input/HidJoystickPosition.cs
Normal file
8
Ryujinx.HLE/Input/HidJoystickPosition.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.Input
|
||||
{
|
||||
public struct HidJoystickPosition
|
||||
{
|
||||
public int DX;
|
||||
public int DY;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user