terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SendMouseEvents.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000009 RID: 9
8 internal class SendMouseEvents
9 {
10 // Token: 0x06000031 RID: 49 RVA: 0x00002428 File Offset: 0x00000628
11 private static void UpdateMouse()
12 {
13 if (!true)
14 {
15 }
16 }
17
18 // Token: 0x06000032 RID: 50 RVA: 0x00002454 File Offset: 0x00000654
20 private static void SetMouseMoved()
21 {
22 if (!true)
23 {
24 }
25 }
26
27 // Token: 0x06000033 RID: 51 RVA: 0x00002464 File Offset: 0x00000664
29 private static void DoSendMouseEvents(int skipRTCameras)
30 {
31 if (!true)
32 {
33 }
35 int allCamerasCount = Camera.allCamerasCount;
36 }
37
38 // Token: 0x06000034 RID: 52 RVA: 0x000024D4 File Offset: 0x000006D4
39 private static void SendEvents(int i, SendMouseEvents.HitInfo hit)
40 {
41 int num = 1;
42 if (num == 0)
43 {
44 }
45 bool flag = hit;
46 if (num == 0)
47 {
48 }
49 }
50
51 // Token: 0x06000035 RID: 53 RVA: 0x00002520 File Offset: 0x00000720
52 // Note: this type is marked as 'beforefieldinit'.
54 {
55 }
56
57 // Token: 0x04000025 RID: 37
58 private static bool s_MouseUsed;
59
60 // Token: 0x04000026 RID: 38
62
63 // Token: 0x04000027 RID: 39
65
66 // Token: 0x04000028 RID: 40
68
69 // Token: 0x04000029 RID: 41
70 private static Camera[] m_Cameras;
71
72 // Token: 0x0400002A RID: 42
74
75 // Token: 0x0400002B RID: 43
76 private static Vector2 s_MousePosition;
77
78 // Token: 0x0400002C RID: 44
79 private static bool s_MouseButtonPressedThisFrame;
80
81 // Token: 0x0400002D RID: 45
82 private static bool s_MouseButtonIsPressed;
83
84 // Token: 0x0200000A RID: 10
85 private struct HitInfo
86 {
87 // Token: 0x06000036 RID: 54 RVA: 0x0000253C File Offset: 0x0000073C
88 public void SendMessage(string name)
89 {
90 }
91
92 // Token: 0x06000037 RID: 55 RVA: 0x0000254C File Offset: 0x0000074C
93 public static implicit operator bool(SendMouseEvents.HitInfo exists)
94 {
95 if (!true)
96 {
97 }
98 if (!true)
99 {
100 }
101 bool flag;
102 return flag;
103 }
104
105 // Token: 0x06000038 RID: 56 RVA: 0x00002564 File Offset: 0x00000764
107 {
108 if (!true)
109 {
110 }
111 if (!true)
112 {
113 }
114 bool flag;
115 return flag;
116 }
117
118 // Token: 0x0400002E RID: 46
120
121 // Token: 0x0400002F RID: 47
123 }
124 }
125}
class f__AnonymousType0<< Count > j__TPar
static int allCamerasCount
Definition Camera.cs:321
static Func< KeyValuePair< int, Vector2 > > s_GetMouseState
static bool s_MouseButtonPressedThisFrame
static readonly SendMouseEvents.HitInfo[] m_MouseDownHit
static void SendEvents(int i, SendMouseEvents.HitInfo hit)
static readonly SendMouseEvents.HitInfo[] m_CurrentHit
static readonly SendMouseEvents.HitInfo[] m_LastHit
static void DoSendMouseEvents(int skipRTCameras)
static bool Compare(SendMouseEvents.HitInfo lhs, SendMouseEvents.HitInfo rhs)