Ejemplo n.º 1
0
 public void AddKeymap(Control control, JoystickAxis jsa)
 {
     AddKeymap(control, new Button(jsa));
 }
Ejemplo n.º 2
0
 public Button(JoystickAxis Axis)
 {
     axis       = Axis;
     buttonType = ButtonType.Axis;
 }