mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 13:42:22 -05:00
8 lines
127 B
C#
8 lines
127 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct HidJoystickPosition
|
|
{
|
|
public int DX;
|
|
public int DY;
|
|
}
|
|
} |