C# Class InControl.InputControlMapping

Exibir arquivo Open project: ShreveportArcade/InControl Class Usage Examples

Public Properties

Property Type Description
IgnoreInitialZeroValue bool
Invert bool
Raw bool
Scale float
Source InControl.InputControlSource
SourceRange Range
Target InputControlType
TargetRange Range

Private Properties

Property Type Description

Public Methods

Method Description
MapValue ( float value ) : float

Method Details

MapValue() public method

public MapValue ( float value ) : float
value float
return float

Property Details

IgnoreInitialZeroValue public_oe property

public bool IgnoreInitialZeroValue
return bool

Invert public_oe property

public bool Invert
return bool

Raw public_oe property

public bool Raw
return bool

Scale public_oe property

public float Scale
return float

Source public_oe property

public InputControlSource,InControl Source
return InControl.InputControlSource

SourceRange public_oe property

public Range SourceRange
return Range

Target public_oe property

public InputControlType Target
return InputControlType

TargetRange public_oe property

public Range TargetRange
return Range