aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Switch.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/Switch.cs')
-rw-r--r--Ryujinx.Core/Switch.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.Core/Switch.cs b/Ryujinx.Core/Switch.cs
index 2b6a9045..8fd7979e 100644
--- a/Ryujinx.Core/Switch.cs
+++ b/Ryujinx.Core/Switch.cs
@@ -51,6 +51,11 @@ namespace Ryujinx.Core
{
Hid.SendControllerButtons(ControllerId, Layout, Buttons, LeftJoystick, RightJoystick);
}
+
+ public void SendTouchScreenEntry(HidTouchScreenEntryTouch TouchPoint)
+ {
+ Hid.SendTouchPoint(TouchPoint);
+ }
internal virtual void OnFinish(EventArgs e)
{