C# Class NapkinGadgeteerCommon.JoystickDriver

显示文件 Open project: cjdaly/napkin Class Usage Examples

Public Methods

Method Description
JoystickDriver ( Joystick joystick ) : System

Private Methods

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

Method Details

JoystickDriver() public method

public JoystickDriver ( Joystick joystick ) : System
joystick Joystick
return System