Exemple #1
0
 public static void ForceInputState(int button, InputEventState state)
 {
     inputStates[button] = state;
 }
Exemple #2
0
 public void AddEvent(InputEventState ev)
 {
     Events.Add(ev);
 }
Exemple #3
0
 public CameraZoomCommand(InputEventState state)
 {
     this.istate = state;
 }
Exemple #4
0
 public void RemoveEvent(InputEventState ev)
 {
     Events.Remove(ev);
 }