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 | |
Event () | |
Event (int displayIndex) | |
override int | GetHashCode () |
override bool | Equals (object obj) |
override string | ToString () |
void | Use () |
Static Public Member Functions | |
static bool | PopEvent ([NotNull("ArgumentNullException")] Event outEvent) |
Protected Member Functions | |
override void | Finalize () |
Static Package Functions | |
static void | Internal_MakeMasterEventCurrent (int displayIndex) |
Package Attributes | |
IntPtr | m_Ptr |
Properties | |
bool | shift [get] |
bool | control [get] |
bool | alt [get] |
bool | command [get] |
static Event | current [get] |
bool | isKey [get] |
bool | isMouse [get] |
bool | isDirectManipulationDevice [get] |
EventType | rawType [get] |
Vector2 | mousePosition [get] |
PointerType | pointerType [get] |
EventModifiers | modifiers [get] |
char | character [get] |
KeyCode | keyCode [get] |
int | displayIndex [set] |
EventType | type [get] |
string | commandName [get] |
Private Member Functions | |
void | Internal_Use () |
void | get_mousePosition_Injected ([Out] Vector2 ret) |
Static Private Member Functions | |
static IntPtr | Internal_Create (int displayIndex) |
static void | Internal_Destroy (IntPtr ptr) |
static void | Internal_SetNativeEvent (IntPtr ptr) |
Static Private Attributes | |
static Event | s_Current |
static Event | s_MasterEvent |