mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 00:26:38 +00:00
dc02ac08ca
* Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
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;
|
|
}
|
|
} |