mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Renamed method to make meaning more clear
This commit is contained in:
parent
4c1ef2b63c
commit
b9b89be554
@ -32,7 +32,7 @@ namespace DS4Windows
|
||||
}
|
||||
public Dictionary<UInt16, KeyPresses> keyPresses = new Dictionary<UInt16, KeyPresses>();
|
||||
|
||||
public void SavePrevious(bool performClear)
|
||||
public void SaveToPrevious(bool performClear)
|
||||
{
|
||||
previousClicks = currentClicks;
|
||||
if (performClear)
|
||||
@ -367,9 +367,9 @@ namespace DS4Windows
|
||||
}
|
||||
}
|
||||
}
|
||||
globalState.SavePrevious(false);
|
||||
globalState.SaveToPrevious(false);
|
||||
}
|
||||
state.SavePrevious(true);
|
||||
state.SaveToPrevious(true);
|
||||
}
|
||||
|
||||
public enum Click { None, Left, Middle, Right, Fourth, Fifth, WUP, WDOWN };
|
||||
|
Loading…
Reference in New Issue
Block a user