Example #1
0
 ////////////////////////////////////////////////////////////
 /// <summary>
 /// Construct the joystick move arguments from a joystick move event
 /// </summary>
 /// <param name="e">Joystick move event</param>
 ////////////////////////////////////////////////////////////
 public JoyMoveEventArgs(JoyMoveEvent e)
 {
     JoystickId = e.JoystickId;
     Axis       = e.Axis;
     Position   = e.Position;
 }
Example #2
0
 ////////////////////////////////////////////////////////////
 /// <summary>
 /// Construct the joystick move arguments from a joystick move event
 /// </summary>
 /// <param name="e">Joystick move event</param>
 ////////////////////////////////////////////////////////////
 public JoyMoveEventArgs(JoyMoveEvent e)
 {
     JoystickId = e.JoystickId;
     Axis       = e.Axis;
     Position   = e.Position;
 }