C# Class ForceFeedback.ForceFeedbackJoystick

Show file Open project: parhansson/KMotionX Class Usage Examples

Public Properties

Property Type Description
ForceFeedbackSupported bool

Public Methods

Method Description
ApplyForce ( double x, double y ) : void
Connect ( System Parent ) : JOYSTICK_TYPE
PollXY ( double &X, double &Y, byte &buttons ) : void

Method Details

ApplyForce() public method

public ApplyForce ( double x, double y ) : void
x double
y double
return void

Connect() public method

public Connect ( System Parent ) : JOYSTICK_TYPE
Parent System
return JOYSTICK_TYPE

PollXY() public method

public PollXY ( double &X, double &Y, byte &buttons ) : void
X double
Y double
buttons byte
return void

Property Details

ForceFeedbackSupported public property

public bool ForceFeedbackSupported
return bool