Method | Description | |
---|---|---|
JoystickDriver ( Joystick joystick ) : System |
Method | Description | |
---|---|---|
DriverLoop ( ) : void | ||
GetPosition ( int x, int y ) : Position | ||
ReadJoystick ( ) : void | ||
joystick_JoystickPressed ( Joystick sender, Joystick state ) : void | ||
joystick_JoystickReleased ( Joystick sender, Joystick state ) : void | ||
scaleJoystickValue ( double val ) : int |
public JoystickDriver ( Joystick joystick ) : System | ||
joystick | Joystick | |
return | System |