terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
InputControlSource (InputControlSourceType sourceType, int index) | |
InputControlSource (KeyCode keyCode) | |
float | GetValue (InputDevice inputDevice) |
bool | GetState (InputDevice inputDevice) |
string | ToCode () |
Properties | |
InputControlSourceType | SourceType [get, set] |
int | Index [get, set] |
Private Attributes | |
InputControlSourceType | sourceType |
int | index |
Definition at line 10 of file InputControlSource.cs.