Exemple #1
0
 public static bool Update(int id, VJoyState state)
 {
     return VJoy_UpdateJoyState(id, ref state);
 }
Exemple #2
0
 private static extern bool VJoy_UpdateJoyState(int id, ref VJoyState joyState);
Exemple #3
0
 public void SetState(Func<VJoyState, VJoyState> setState)
 {
     State = setState(State);
 }