mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-14 01:06:50 +00:00
* Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
8 lines
127 B
C#
8 lines
127 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct HidJoystickPosition
|
|
{
|
|
public int DX;
|
|
public int DY;
|
|
}
|
|
} |