C# Class InControl.InputControlState

显示文件 Open project: ShreveportArcade/InControl Class Usage Examples

Public Properties

Property Type Description
State bool
Value float
threshold float

Public Methods

Method Description
Reset ( ) : void
Set ( bool state ) : void
Set ( float value ) : void
operator ( ) : bool

Method Details

Reset() public method

public Reset ( ) : void
return void

Set() public method

public Set ( bool state ) : void
state bool
return void

Set() public method

public Set ( float value ) : void
value float
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

State public_oe property

public bool State
return bool

Value public_oe property

public float Value
return float

threshold public_oe property

public float threshold
return float