C# Class Ctrl_Space.Input.InputState

Show file Open project: vkd/Ctrl-Space

Public Properties

Property Type Description
Down float
Exit bool
Left float
PrimaryWeapon bool
Right float
RotateCCW float
RotateCW float
SecondaryWeapon bool
Up float

Public Methods

Method Description
Process ( string method, float data ) : void
Reset ( ) : void

Method Details

Process() public method

public Process ( string method, float data ) : void
method string
data float
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Down public property

public float Down
return float

Exit public property

public bool Exit
return bool

Left public property

public float Left
return float

PrimaryWeapon public property

public bool PrimaryWeapon
return bool

Right public property

public float Right
return float

RotateCCW public property

public float RotateCCW
return float

RotateCW public property

public float RotateCW
return float

SecondaryWeapon public property

public bool SecondaryWeapon
return bool

Up public property

public float Up
return float