mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-12-26 08:25:46 +00:00
8 lines
No EOL
127 B
C#
8 lines
No EOL
127 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct HidJoystickPosition
|
|
{
|
|
public int DX;
|
|
public int DY;
|
|
}
|
|
} |