Example #1
0
 public void SetJoystickHat(int value, string vJoyType, uint hatNumber) =>
 VirtualJoysticks.SetJoystickHat(value, hatNumber, Settings.vJoyMapper.GetJoystickId(vJoyType));
Example #2
0
 public void SetJoystickHat(int value, string vJoyType, uint hatNumber)
 {
     VirtualJoysticks.SetJoystickHat(value, hatNumber, vJoyMapper.GetJoystickId(vJoyType));
     //vJoy.SetDiscPov(value, vJoyMapper.GetJoystickId(vJoyType), hatNumber);
 }