mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 04:37:49 +02:00
input: Fixes TouchPoint wrong attribute (#2390)
This commit is contained in:
@@ -31,6 +31,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
||||
newState.Touches[i] = new TouchState
|
||||
{
|
||||
DeltaTime = newState.SamplingNumber,
|
||||
Attribute = pi.Attribute,
|
||||
X = pi.X,
|
||||
Y = pi.Y,
|
||||
FingerId = (uint)i,
|
||||
|
Reference in New Issue
Block a user