mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-04 13:24:38 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
|
namespace Ryujinx.Core.Input
|
||
|
{
|
||
|
public struct HidJoystickPosition
|
||
|
{
|
||
|
public int DX;
|
||
|
public int DY;
|
||
|
}
|
||
|
}
|