C# Class Driver360WChatPad.OutputValidation

显示文件 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_oe static_oe property

public static bool capsLockModifier
return bool

greenModifier public_oe static_oe property

public static bool greenModifier
return bool

orangeModifier public_oe static_oe property

public static bool orangeModifier
return bool

peopleModifier public_oe static_oe property

public static bool peopleModifier
return bool

previousDPad public_oe static_oe property

public static Queue previousDPad
return Queue

shiftModifier public_oe static_oe property

public static bool shiftModifier
return bool