implement single tap touchscreen (#34)

This commit is contained in:
emmauss
2018-02-22 10:28:27 -03:00
committed by gdkchan
parent 224211367f
commit 1b33e2f1d4
4 changed files with 113 additions and 43 deletions
+5
View File
@@ -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)
{