C# Class InControl.InputControl

Mostrar archivo Open project: ShreveportArcade/InControl Class Usage Examples

Public Properties

Property Type Description
LowerDeadZone float
Null InputControl
Sensitivity float
UpperDeadZone float
player int

Public Methods

Method Description
InputControl ( string handle, InputControlType target ) : System
InputControl ( string handle, InputControlType target, int player ) : System
ToString ( ) : string
UpdateWithState ( bool state, ulong updateTick ) : void
UpdateWithValue ( float value, ulong updateTick ) : void

Private Methods

Method Description
InputControl ( string handle ) : System
PostUpdate ( ulong updateTick ) : void
PreUpdate ( ulong updateTick ) : void

Method Details

InputControl() public method

public InputControl ( string handle, InputControlType target ) : System
handle string
target InputControlType
return System

InputControl() public method

public InputControl ( string handle, InputControlType target, int player ) : System
handle string
target InputControlType
player int
return System

ToString() public method

public ToString ( ) : string
return string

UpdateWithState() public method

public UpdateWithState ( bool state, ulong updateTick ) : void
state bool
updateTick ulong
return void

UpdateWithValue() public method

public UpdateWithValue ( float value, ulong updateTick ) : void
value float
updateTick ulong
return void

Property Details

LowerDeadZone public_oe property

public float LowerDeadZone
return float

Null public_oe static_oe property

public static InputControl,InControl Null
return InputControl

Sensitivity public_oe property

public float Sensitivity
return float

UpperDeadZone public_oe property

public float UpperDeadZone
return float

player public_oe property

public int player
return int