mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Change to use method rather than property
This commit is contained in:
parent
79a90b828c
commit
839f03d538
@ -162,7 +162,7 @@ namespace DS4Windows
|
||||
|
||||
if (Global.getUseTPforControls(deviceNum) == false)
|
||||
{
|
||||
if (Global.TouchActive[deviceNum])
|
||||
if (Global.GetTouchActive(deviceNum))
|
||||
{
|
||||
int[] disArray = Global.getTouchDisInvertTriggers(deviceNum);
|
||||
tempBool = true;
|
||||
|
Loading…
Reference in New Issue
Block a user