0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-10 04:21:57 +00:00
ryujinx-fork/Ryujinx.HLE/Input/HidJoystickPosition.cs

8 lines
127 B
C#
Raw Normal View History

namespace Ryujinx.HLE.Input
{
public struct HidJoystickPosition
{
public int Dx;
public int Dy;
}
}