C# Class Driver360WChatPad.OutputValidation

Afficher le fichier Open project: ryandb2/XBOX360WIRELESSCONTROLLERCHATPAD

Méthodes publiques

Свойство Type Description
capsLockModifier bool
greenModifier bool
orangeModifier bool
peopleModifier bool
previousDPad Queue
shiftModifier bool

Méthodes publiques

Méthode Description
OutputMappingForChatPad ( byte response, ChatpadController cController, uint controllerIndex, MainWindow mw ) : void
OutputMappingForJoyStick ( byte response, JoystickController jController, uint controllerIndex, uint deadzone ) : void
SpecialKeyAssignment ( string key ) : bool

Method Details

OutputMappingForChatPad() public static méthode

public static OutputMappingForChatPad ( byte response, ChatpadController cController, uint controllerIndex, MainWindow mw ) : void
response byte
cController ChatpadController
controllerIndex uint
mw MainWindow
Résultat void

OutputMappingForJoyStick() public static méthode

public static OutputMappingForJoyStick ( byte response, JoystickController jController, uint controllerIndex, uint deadzone ) : void
response byte
jController JoystickController
controllerIndex uint
deadzone uint
Résultat void

SpecialKeyAssignment() public static méthode

public static SpecialKeyAssignment ( string key ) : bool
key string
Résultat bool

Property Details

capsLockModifier public_oe static_oe property

public static bool capsLockModifier
Résultat bool

greenModifier public_oe static_oe property

public static bool greenModifier
Résultat bool

orangeModifier public_oe static_oe property

public static bool orangeModifier
Résultat bool

peopleModifier public_oe static_oe property

public static bool peopleModifier
Résultat bool

previousDPad public_oe static_oe property

public static Queue previousDPad
Résultat Queue

shiftModifier public_oe static_oe property

public static bool shiftModifier
Résultat bool