mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 10:11:13 +02:00
8 lines
127 B
C#
8 lines
127 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct HidJoystickPosition
|
|
{
|
|
public int DX;
|
|
public int DY;
|
|
}
|
|
} |