diff options
Diffstat (limited to 'Ryujinx.HLE/Input/Touch/TouchPoint.cs')
| -rw-r--r-- | Ryujinx.HLE/Input/Touch/TouchPoint.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.HLE/Input/Touch/TouchPoint.cs b/Ryujinx.HLE/Input/Touch/TouchPoint.cs deleted file mode 100644 index a9b095de..00000000 --- a/Ryujinx.HLE/Input/Touch/TouchPoint.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Ryujinx.HLE.Input -{ - public struct TouchPoint - { - public int X; - public int Y; - public int DiameterX; - public int DiameterY; - public int Angle; - } -}
\ No newline at end of file |
