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
Loading...
Searching...
No Matches
InControl.Native Class Reference
+ 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"
 

Detailed Description

Definition at line 8 of file Native.cs.


The documentation for this class was generated from the following file: