C# Class Driver360WChatPad.OutputValidation

Show file Open project: ryandb2/XBOX360WIRELESSCONTROLLERCHATPAD

Public Properties

Property Type Description
capsLockModifier bool
greenModifier bool
orangeModifier bool
peopleModifier bool
previousDPad Queue
shiftModifier bool

Public Methods

Method 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 method

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

OutputMappingForJoyStick() public static method

public static OutputMappingForJoyStick ( byte response, JoystickController jController, uint controllerIndex, uint deadzone ) : void
response byte
jController JoystickController
controllerIndex uint
deadzone uint
return void

SpecialKeyAssignment() public static method

public static SpecialKeyAssignment ( string key ) : bool
key string
return bool

Property Details

capsLockModifier public static property

public static bool capsLockModifier
return bool

greenModifier public static property

public static bool greenModifier
return bool

orangeModifier public static property

public static bool orangeModifier
return bool

peopleModifier public static property

public static bool peopleModifier
return bool

previousDPad public static property

public static Queue previousDPad
return Queue

shiftModifier public static property

public static bool shiftModifier
return bool