mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 11:57:43 +02:00

* Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
8 lines
No EOL
127 B
C#
8 lines
No EOL
127 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct HidJoystickPosition
|
|
{
|
|
public int DX;
|
|
public int DY;
|
|
}
|
|
} |