|
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.MouseBindingSource:
Collaboration diagram for InControl.MouseBindingSource:Public Member Functions | |
| MouseBindingSource (Mouse mouseControl) | |
| 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) |
Static Public Attributes | |
| static float | ScaleX |
| static float | ScaleY |
| static float | ScaleZ |
| static float | JitterThreshold |
Package Functions | |
| MouseBindingSource () | |
Static Package Functions | |
| static bool | SafeGetMouseButton (int button) |
| static bool | ButtonIsPressed (Mouse control) |
| static bool | NegativeScrollWheelIsActive (float threshold) |
| static bool | PositiveScrollWheelIsActive (float threshold) |
| static float | GetValue (Mouse mouseControl) |
Properties | |
| Mouse | 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] |
Static Private Member Functions | |
| static | MouseBindingSource () |
Private Attributes | |
| Mouse< Control > | k__BackingField |
Static Private Attributes | |
| static readonly int[] | buttonTable |
Definition at line 11 of file MouseBindingSource.cs.