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 | |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static bool | operator== (JoystickState left, JoystickState right) |
static bool | operator!= (JoystickState left, JoystickState right) |
Properties | |
bool | IsConnected [get, set] |
int[] | Axes [get, set] |
ButtonState[] | Buttons [get, set] |
JoystickHat[] | Hats [get, set] |
Private Attributes | |
bool< IsConnected > | k__BackingField |
int[]< Axes > | k__BackingField |
ButtonState[]< Buttons > | k__BackingField |
JoystickHat[]< Hats > | k__BackingField |
Definition at line 12 of file JoystickState.cs.