Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
This commit is contained in:
11
Ryujinx.HLE/Hid/HidTouchPoint.cs
Normal file
11
Ryujinx.HLE/Hid/HidTouchPoint.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.HLE.Input
|
||||
{
|
||||
public struct HidTouchPoint
|
||||
{
|
||||
public int X;
|
||||
public int Y;
|
||||
public int DiameterX;
|
||||
public int DiameterY;
|
||||
public int Angle;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user