|
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 InControl.NativeInputDeviceManager:
Collaboration diagram for InControl.NativeInputDeviceManager:Public Member Functions | |
| NativeInputDeviceManager () | |
| override void | Destroy () |
| override void | Update (ulong updateTick, float deltaTime) |
Static Public Member Functions | |
| static bool | CheckPlatformSupport (ICollection< string > errors) |
Static Public Attributes | |
| static Func< InputDeviceInfo, ReadOnlyCollection< NativeInputDevice >, NativeInputDevice > | CustomFindDetachedDevice |
Protected Attributes | |
| readonly List< InputDevice > | devices |
Static Package Functions | |
| static bool | Enable () |
Private Member Functions | |
| void | DetectDevice (uint deviceHandle, InputDeviceInfo deviceInfo) |
| void | AttachDevice (NativeInputDevice device) |
| void | DetachDevice (NativeInputDevice device) |
| NativeInputDevice | FindAttachedDevice (uint deviceHandle) |
| NativeInputDevice | FindDetachedDevice (InputDeviceInfo deviceInfo) |
| void | AddSystemDeviceProfile (InputDeviceProfile deviceProfile) |
| void | AddSystemDeviceProfiles () |
Static Private Member Functions | |
| static NativeInputDevice | SystemFindDetachedDevice (InputDeviceInfo deviceInfo, ReadOnlyCollection< NativeInputDevice > detachedDevices) |
Private Attributes | |
| readonly List< NativeInputDevice > | attachedDevices |
| readonly List< NativeInputDevice > | detachedDevices |
| readonly List< InputDeviceProfile > | systemDeviceProfiles |
| readonly List< InputDeviceProfile > | customDeviceProfiles |
| uint[] | deviceEvents |
Definition at line 12 of file NativeInputDeviceManager.cs.