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
Controller.ControllerDeviceManager Class Reference
+ Inheritance diagram for Controller.ControllerDeviceManager:
+ Collaboration diagram for Controller.ControllerDeviceManager:

Public Member Functions

void UpdateConnectedControllers (float elapsedTime, bool forceUpdate=false)
 
 ControllerDeviceManager ()
 
virtual void Init ()
 
virtual void Shutdown ()
 

Static Public Member Functions

static void Create ()
 
static void Create (string resourceId)
 
static void Destroy ()
 

Public Attributes

List< ControllerDeviceAttachedDevices
 
List< ControllerDeviceUnconfiguredList
 
List< ControllerDeviceActiveControllers
 

Properties

staticInstance [get, set]
 

Private Member Functions

void UpdateDevices (float elapsedTime)
 
void OnEnable ()
 
void OnDisable ()
 

Static Private Member Functions

static void CreateOnMainThread (object resourceId)
 
static void Cleanup ()
 

Private Attributes

int lastFrame
 
List< ControllerDevice_deviceUpdateList
 
List< UnityInputDevice_joyConUpdateList
 
List< ControllerDevice_unconfiguredUpdateList
 

Static Private Attributes

static_instance
 
static bool _initialised
 

Detailed Description

Definition at line 11 of file ControllerDeviceManager.cs.


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