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