|
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.DeviceBindingSource:
Collaboration diagram for InControl.DeviceBindingSource:Public Member Functions | |
| DeviceBindingSource (InputControlType control) | |
| override float | GetValue (InputDevice inputDevice) |
| override bool | GetState (InputDevice inputDevice) |
| override bool | Equals (BindingSource other) |
| override bool | Equals (object other) |
| override int | GetHashCode () |
| override void | Save (BinaryWriter writer) |
| override void | Load (BinaryReader reader, ushort dataFormatVersion) |
| bool | Equals (T other) |
Static Public Member Functions | |
| static bool | operator== (BindingSource a, BindingSource b) |
| static bool | operator!= (BindingSource a, BindingSource b) |
Package Functions | |
| DeviceBindingSource () | |
Properties | |
| InputControlType | Control [get, set, protected set] |
| override string | Name [get, set] |
| override string | DeviceName [get, set] |
| override InputDeviceClass | DeviceClass [get, set] |
| override InputDeviceStyle | DeviceStyle [get, set] |
| override BindingSourceType | BindingSourceType [get, set] |
| override bool | IsValid [get, set] |
| PlayerAction | BoundTo [get, set] |
Private Attributes | |
| InputControlType< Control > | k__BackingField |
Definition at line 11 of file DeviceBindingSource.cs.