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 void | Init (NativeInputOptions options) |
static void | Stop () |
static void | GetVersionInfo ([Out] NativeVersionInfo versionInfo) |
static bool | GetDeviceInfo (uint handle, [Out] InputDeviceInfo deviceInfo) |
static bool | GetDeviceState (uint handle, [Out] IntPtr deviceState) |
static int | GetDeviceEvents ([Out] IntPtr deviceEvents) |
static void | SetHapticState (uint handle, byte motor0, byte motor1) |
static void | SetLightColor (uint handle, byte red, byte green, byte blue) |
static void | SetLightFlash (uint handle, byte flashOnDuration, byte flashOffDuration) |
Static Private Attributes | |
const string | libraryName = "InControlNative" |