Fixed double tap dragging by refreshing mouse buttons during a touchpad touch event

Related to issue #1102
This commit is contained in:
Travis Nickles 2020-02-10 22:21:29 -06:00
parent 5a323cd93c
commit 6c22d7bfe8

View File

@ -646,7 +646,7 @@ namespace DS4Windows
} }
} }
if (s.TouchButton) if (s.Touch1Finger || s.TouchButton)
synthesizeMouseButtons(); synthesizeMouseButtons();
} }