C# Class InControl.InputControl

Show file 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 property

public float LowerDeadZone
return float

Null public static property

public static InputControl,InControl Null
return InputControl

Sensitivity public property

public float Sensitivity
return float

UpperDeadZone public property

public float UpperDeadZone
return float

player public property

public int player
return int