mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 13:41:15 +01:00
Merge https://github.com/yonilerner/DS4Windows into jay
This commit is contained in:
commit
96090fc857
@ -1279,7 +1279,7 @@ namespace DS4Windows
|
||||
if (dcs.action != null)
|
||||
{
|
||||
if (dcs.actionType == DS4ControlSettings.ActionType.Key)
|
||||
InputMethods.performKeyRelease(ushort.Parse(action.ToString()));
|
||||
InputMethods.performKeyRelease(ushort.Parse(dcs.action.ToString()));
|
||||
else if (dcs.actionType == DS4ControlSettings.ActionType.Macro)
|
||||
{
|
||||
int[] keys = (int[])dcs.action;
|
||||
|
Loading…
x
Reference in New Issue
Block a user