mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-25 08:01:49 +01:00
Fixed double tap dragging by refreshing mouse buttons during a touchpad touch event
Related to issue #1102
This commit is contained in:
parent
5a323cd93c
commit
6c22d7bfe8
@ -646,7 +646,7 @@ namespace DS4Windows
|
||||
}
|
||||
}
|
||||
|
||||
if (s.TouchButton)
|
||||
if (s.Touch1Finger || s.TouchButton)
|
||||
synthesizeMouseButtons();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user