C# Class ForceFeedback.ForceFeedbackJoystick

Afficher le fichier Open project: parhansson/KMotionX Class Usage Examples

Méthodes publiques

Свойство Type Description
ForceFeedbackSupported bool

Méthodes publiques

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

Method Details

ApplyForce() public méthode

public ApplyForce ( double x, double y ) : void
x double
y double
Résultat void

Connect() public méthode

public Connect ( System Parent ) : JOYSTICK_TYPE
Parent System
Résultat JOYSTICK_TYPE

PollXY() public méthode

public PollXY ( double &X, double &Y, byte &buttons ) : void
X double
Y double
buttons byte
Résultat void

Property Details

ForceFeedbackSupported public_oe property

public bool ForceFeedbackSupported
Résultat bool