C# Class InControl.InputControl

Afficher le fichier Open project: ShreveportArcade/InControl Class Usage Examples

Méthodes publiques

Свойство Type Description
LowerDeadZone float
Null InputControl
Sensitivity float
UpperDeadZone float
player int

Méthodes publiques

Méthode 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

Méthode Description
InputControl ( string handle ) : System
PostUpdate ( ulong updateTick ) : void
PreUpdate ( ulong updateTick ) : void

Method Details

InputControl() public méthode

public InputControl ( string handle, InputControlType target ) : System
handle string
target InputControlType
Résultat System

InputControl() public méthode

public InputControl ( string handle, InputControlType target, int player ) : System
handle string
target InputControlType
player int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateWithState() public méthode

public UpdateWithState ( bool state, ulong updateTick ) : void
state bool
updateTick ulong
Résultat void

UpdateWithValue() public méthode

public UpdateWithValue ( float value, ulong updateTick ) : void
value float
updateTick ulong
Résultat void

Property Details

LowerDeadZone public_oe property

public float LowerDeadZone
Résultat float

Null public_oe static_oe property

public static InputControl,InControl Null
Résultat InputControl

Sensitivity public_oe property

public float Sensitivity
Résultat float

UpperDeadZone public_oe property

public float UpperDeadZone
Résultat float

player public_oe property

public int player
Résultat int