mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 04:00:06 +02: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;
|
|
}
|
|
} |