C# Class VMultiDllWrapper.JoystickReport

Datei anzeigen Open project: simphax/VMultiDll Class Usage Examples

Public Methods

Method Description
JoystickReport ( JoystickButtonState buttonState, double joystickX, double joystickY ) : System
getButtonsRaw ( ) : ushort
getJoystickXRaw ( ) : byte
getJoystickYRaw ( ) : byte
getPOVRaw ( ) : byte

Method Details

JoystickReport() public method

public JoystickReport ( JoystickButtonState buttonState, double joystickX, double joystickY ) : System
buttonState JoystickButtonState
joystickX double
joystickY double
return System

getButtonsRaw() public method

public getButtonsRaw ( ) : ushort
return ushort

getJoystickXRaw() public method

public getJoystickXRaw ( ) : byte
return byte

getJoystickYRaw() public method

public getJoystickYRaw ( ) : byte
return byte

getPOVRaw() public method

public getPOVRaw ( ) : byte
return byte