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 | |
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 8 of file JoystickState.cs.