terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static float | GetAxisRaw (string axisName) |
static bool | GetButtonDown (string buttonName) |
static bool | GetMouseButton (int button) |
static bool | GetMouseButtonDown (int button) |
static bool | GetMouseButtonUp (int button) |
static string[] | GetJoystickNames () |
static Touch | GetTouch (int index) |
static bool | GetKey (KeyCode key) |
static bool | GetKey (string name) |
static bool | GetKeyDown (KeyCode key) |
Static Package Functions | |
static bool | CheckDisabled () |
Properties | |
static bool | simulateMouseWithTouches [set] |
static string | inputString [get] |
static Vector3 | mousePosition [get] |
static Vector2 | mouseScrollDelta [get] |
static IMECompositionMode | imeCompositionMode [get, set] |
static string | compositionString [get] |
static Vector2 | compositionCursorPos [get, set] |
static bool | mousePresent [get] |
static int | touchCount [get] |
static bool | touchSupported [get] |
static DeviceOrientation | deviceOrientation [get] |
static Touch[] | touches [get] |
Static Private Member Functions | |
static bool | GetKeyInt (KeyCode key) |
static bool | GetKeyString (string name) |
static bool | GetKeyDownInt (KeyCode key) |
static void | GetTouch_Injected (int index, [Out] Touch ret) |
static void | get_mousePosition_Injected ([Out] Vector3 ret) |
static void | get_mouseScrollDelta_Injected ([Out] Vector2 ret) |
static void | get_compositionCursorPos_Injected ([Out] Vector2 ret) |
static void | set_compositionCursorPos_Injected (Vector2 value) |