|
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
|
Collaboration diagram for InControl.Native: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" |