mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 15:22:33 -07:00
implement single tap touchscreen (#34)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Ryujinx.Core
|
||||
{
|
||||
public HidTouchScreenEntryHeader Header;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)]
|
||||
public HidTouchScreenEntryTouch[] Touches;
|
||||
public HidTouchScreenEntryTouch[] Touches;
|
||||
public ulong Unknown;
|
||||
}
|
||||
|
||||
@@ -51,4 +51,5 @@ namespace Ryujinx.Core
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 0x3C0)]
|
||||
public byte[] Padding;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user