terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
GamepadTranslator (string config) | |
ButtonType | Read (string button) |
bool | ButtonPressed (string button, JoystickState state) |
float | AxisPressed (string axis, JoystickState state) |
bool | DpadPressed (string dpad, JoystickState state) |
float | TriggerPressed (string trigger, JoystickState state) |
Private Attributes | |
Dictionary< string, ButtonType > | Data |
Definition at line 7 of file GamepadTranslator.cs.