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== (JoystickCapabilities left, JoystickCapabilities right) |
static bool | operator!= (JoystickCapabilities left, JoystickCapabilities right) |
Properties | |
bool | IsConnected [get, set] |
string | Identifier [get, set] |
bool | IsGamepad [get, set] |
int | AxisCount [get, set] |
int | ButtonCount [get, set] |
int | HatCount [get, set] |
Private Attributes | |
bool< IsConnected > | k__BackingField |
string< Identifier > | k__BackingField |
bool< IsGamepad > | k__BackingField |
int< AxisCount > | k__BackingField |
int< ButtonCount > | k__BackingField |
int< HatCount > | k__BackingField |
Definition at line 9 of file JoystickCapabilities.cs.