|
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
|
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< ControllerDevice > | AttachedDevices |
| List< ControllerDevice > | UnconfiguredList |
| List< ControllerDevice > | ActiveControllers |
Properties | |
| static T | Instance [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 T | _instance |
| static bool | _initialised |
Definition at line 11 of file ControllerDeviceManager.cs.