C# Class Driver360WChatPad.JoystickController

Afficher le fichier Open project: ryandb2/XBOX360WIRELESSCONTROLLERCHATPAD Class Usage Examples

Méthodes publiques

Свойство Type Description
dt System.Data.DataTable
joysticks List
usages HID_USAGES>.Dictionary

Méthodes publiques

Méthode Description
AxisSet ( uint joystickIndex, int value, int usageIndex ) : void
ButtonToggle ( uint joystickIndex, uint value, bool isPressed ) : void
GetJoystickKeyValue ( string value, int buttonGroup ) : uint
JoystickController ( ) : System

Private Methods

Méthode Description
ValidateJoystick ( int joystickID ) : void

Method Details

AxisSet() public méthode

public AxisSet ( uint joystickIndex, int value, int usageIndex ) : void
joystickIndex uint
value int
usageIndex int
Résultat void

ButtonToggle() public méthode

public ButtonToggle ( uint joystickIndex, uint value, bool isPressed ) : void
joystickIndex uint
value uint
isPressed bool
Résultat void

GetJoystickKeyValue() public méthode

public GetJoystickKeyValue ( string value, int buttonGroup ) : uint
value string
buttonGroup int
Résultat uint

JoystickController() public méthode

public JoystickController ( ) : System
Résultat System

Property Details

dt public_oe property

public DataTable,System.Data dt
Résultat System.Data.DataTable

joysticks public_oe property

public List joysticks
Résultat List

usages public_oe property

public Dictionary usages
Résultat HID_USAGES>.Dictionary