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
|
Public Member Functions | |
KeyBindingSource (KeyCombo keyCombo) | |
KeyBindingSource (params Key[] keys) | |
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 | Load (BinaryReader reader, ushort dataFormatVersion) |
override void | Save (BinaryWriter writer) |
bool | Equals (T other) |
Static Public Member Functions | |
static bool | operator== (BindingSource a, BindingSource b) |
static bool | operator!= (BindingSource a, BindingSource b) |
Package Functions | |
KeyBindingSource () | |
Properties | |
KeyCombo | 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] |
PlayerAction | BoundTo [get, set] |
virtual bool | IsValid [get, set] |
Private Attributes | |
KeyCombo< Control > | k__BackingField |
Definition at line 10 of file KeyBindingSource.cs.