mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-12 08:19:13 +01:00
Merge branch 'jay' into ds4emulate
This commit is contained in:
commit
9ffe0daa78
@ -933,7 +933,8 @@ namespace DS4Windows
|
||||
|
||||
public void TouchPadOn(int ind, DS4Device device)
|
||||
{
|
||||
ITouchpadBehaviour tPad = touchPad[ind];
|
||||
Mouse tPad = touchPad[ind];
|
||||
//ITouchpadBehaviour tPad = touchPad[ind];
|
||||
device.Touchpad.TouchButtonDown += tPad.touchButtonDown;
|
||||
device.Touchpad.TouchButtonUp += tPad.touchButtonUp;
|
||||
device.Touchpad.TouchesBegan += tPad.touchesBegan;
|
||||
|
Loading…
x
Reference in New Issue
Block a user