implement single tap touchscreen (#34)
This commit is contained in:
parent
224211367f
commit
1b33e2f1d4
4 changed files with 113 additions and 43 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue