|
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
|
Collaboration diagram for InControl.Touch:Public Attributes | |
| int | fingerId |
| int | mouseButton |
| TouchPhase | phase |
| int | tapCount |
| Vector2 | position |
| Vector2 | startPosition |
| Vector2 | deltaPosition |
| Vector2 | lastPosition |
| float | deltaTime |
| ulong | updateTick |
| TouchType | type |
| float | altitudeAngle |
| float | azimuthAngle |
| float | maximumPossiblePressure |
| float | pressure |
| float | radius |
| float | radiusVariance |
Static Public Attributes | |
| const int | FingerID_None = -1 |
| const int | FingerID_Mouse = -2 |
Package Functions | |
| Touch () | |
| void | Reset () |
| void | SetWithTouchData (Touch touch, ulong updateTick, float deltaTime) |
| bool | SetWithMouseData (int button, ulong updateTick, float deltaTime) |
Properties | |
| float | normalizedPressure [get, set] |
| float | NormalizedPressure [get, set] |
| bool | IsMouse [get, set] |