|
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.UnknownDeviceBindingSourceListener:
Collaboration diagram for InControl.UnknownDeviceBindingSourceListener:Public Member Functions | |
| void | Reset () |
| BindingSource | Listen (BindingListenOptions listenOptions, InputDevice device) |
| UnknownDeviceBindingSourceListener () | |
Private Types | |
| enum | DetectPhase { WaitForInitialRelease , WaitForControlPress , WaitForControlRelease } |
Private Member Functions | |
| void | TakeSnapshotOnUnknownDevices () |
| bool | IsPressed (UnknownDeviceControl control, InputDevice device) |
| UnknownDeviceControl | ListenForControl (BindingListenOptions listenOptions, InputDevice device) |
Private Attributes | |
| UnknownDeviceControl | detectFound |
| UnknownDeviceBindingSourceListener.DetectPhase | detectPhase |
Definition at line 9 of file UnknownDeviceBindingSourceListener.cs.