mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-04 00:11:16 -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;
|
|
}
|
|
} |