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
Input.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000008 RID: 8
8 [NativeHeader("Runtime/Input/InputBindings.h")]
9 public class Input
10 {
11 // Token: 0x06000010 RID: 16 RVA: 0x00002188 File Offset: 0x00000388
13 private static bool GetKeyInt(KeyCode key)
14 {
15 throw new MissingMethodException();
16 }
17
18 // Token: 0x06000011 RID: 17 RVA: 0x0000219C File Offset: 0x0000039C
20 private static bool GetKeyString(string name)
21 {
22 throw new MissingMethodException();
23 }
24
25 // Token: 0x06000012 RID: 18 RVA: 0x000021B0 File Offset: 0x000003B0
27 private static bool GetKeyDownInt(KeyCode key)
28 {
29 throw new MissingMethodException();
30 }
31
32 // Token: 0x06000013 RID: 19 RVA: 0x000021C4 File Offset: 0x000003C4
34 public static float GetAxisRaw(string axisName)
35 {
36 throw new MissingMethodException();
37 }
38
39 // Token: 0x06000014 RID: 20 RVA: 0x000021D8 File Offset: 0x000003D8
41 public static bool GetButtonDown(string buttonName)
42 {
43 throw new MissingMethodException();
44 }
45
46 // Token: 0x06000015 RID: 21 RVA: 0x000021EC File Offset: 0x000003EC
48 public static bool GetMouseButton(int button)
49 {
50 throw new MissingMethodException();
51 }
52
53 // Token: 0x06000016 RID: 22 RVA: 0x00002200 File Offset: 0x00000400
55 public static bool GetMouseButtonDown(int button)
56 {
57 throw new MissingMethodException();
58 }
59
60 // Token: 0x06000017 RID: 23 RVA: 0x00002214 File Offset: 0x00000414
62 public static bool GetMouseButtonUp(int button)
63 {
64 while (button != 0)
65 {
66 }
67 throw new MissingMethodException();
68 }
69
70 // Token: 0x06000018 RID: 24 RVA: 0x0000222C File Offset: 0x0000042C
72 public static string[] GetJoystickNames()
73 {
74 throw new MissingMethodException();
75 }
76
77 // Token: 0x06000019 RID: 25 RVA: 0x00002240 File Offset: 0x00000440
79 public static Touch GetTouch(int index)
80 {
81 throw new MissingMethodException();
82 }
83
84 // Token: 0x0600001A RID: 26 RVA: 0x00002254 File Offset: 0x00000454
85 public static bool GetKey(KeyCode key)
86 {
87 throw new MissingMethodException();
88 }
89
90 // Token: 0x0600001B RID: 27 RVA: 0x00002268 File Offset: 0x00000468
91 public static bool GetKey(string name)
92 {
93 throw new MissingMethodException();
94 }
95
96 // Token: 0x0600001C RID: 28 RVA: 0x0000227C File Offset: 0x0000047C
97 public static bool GetKeyDown(KeyCode key)
98 {
99 throw new MissingMethodException();
100 }
101
102 // Token: 0x1700000C RID: 12
103 // (set) Token: 0x0600001D RID: 29 RVA: 0x00002290 File Offset: 0x00000490
104 public static bool simulateMouseWithTouches
105 {
106 set
107 {
108 throw new MissingMethodException();
109 }
110 }
111
112 // Token: 0x1700000D RID: 13
113 // (get) Token: 0x0600001E RID: 30 RVA: 0x000022A4 File Offset: 0x000004A4
115 public static string inputString
116 {
117 get
118 {
119 throw new MissingMethodException();
120 }
121 }
122
123 // Token: 0x1700000E RID: 14
124 // (get) Token: 0x0600001F RID: 31 RVA: 0x000022B8 File Offset: 0x000004B8
126 public static Vector3 mousePosition
127 {
128 get
129 {
130 throw new MissingMethodException();
131 }
132 }
133
134 // Token: 0x1700000F RID: 15
135 // (get) Token: 0x06000020 RID: 32 RVA: 0x000022CC File Offset: 0x000004CC
138 {
139 get
140 {
141 throw new MissingMethodException();
142 }
143 }
144
145 // Token: 0x17000010 RID: 16
146 // (get) Token: 0x06000021 RID: 33 RVA: 0x000022E0 File Offset: 0x000004E0
147 // (set) Token: 0x06000022 RID: 34 RVA: 0x000022F4 File Offset: 0x000004F4
149 {
150 get
151 {
152 throw new MissingMethodException();
153 }
154 set
155 {
156 throw new MissingMethodException();
157 }
158 }
159
160 // Token: 0x17000011 RID: 17
161 // (get) Token: 0x06000023 RID: 35 RVA: 0x00002308 File Offset: 0x00000508
162 public static string compositionString
163 {
164 get
165 {
166 throw new MissingMethodException();
167 }
168 }
169
170 // Token: 0x17000012 RID: 18
171 // (get) Token: 0x06000024 RID: 36 RVA: 0x0000231C File Offset: 0x0000051C
172 // (set) Token: 0x06000025 RID: 37 RVA: 0x00002330 File Offset: 0x00000530
174 {
175 get
176 {
177 throw new MissingMethodException();
178 }
179 set
180 {
181 throw new MissingMethodException();
182 }
183 }
184
185 // Token: 0x17000013 RID: 19
186 // (get) Token: 0x06000026 RID: 38 RVA: 0x00002344 File Offset: 0x00000544
187 public static bool mousePresent
188 {
189 [FreeFunction("GetMousePresent")]
190 get
191 {
192 throw new MissingMethodException();
193 }
194 }
195
196 // Token: 0x17000014 RID: 20
197 // (get) Token: 0x06000027 RID: 39 RVA: 0x00002358 File Offset: 0x00000558
198 public static int touchCount
199 {
200 [FreeFunction("GetTouchCount")]
201 get
202 {
203 throw new MissingMethodException();
204 }
205 }
206
207 // Token: 0x17000015 RID: 21
208 // (get) Token: 0x06000028 RID: 40 RVA: 0x0000236C File Offset: 0x0000056C
209 public static bool touchSupported
210 {
211 [FreeFunction("IsTouchSupported")]
212 get
213 {
214 throw new MissingMethodException();
215 }
216 }
217
218 // Token: 0x17000016 RID: 22
219 // (get) Token: 0x06000029 RID: 41 RVA: 0x00002380 File Offset: 0x00000580
221 {
222 [FreeFunction("GetOrientation")]
223 get
224 {
225 throw new MissingMethodException();
226 }
227 }
228
229 // Token: 0x17000017 RID: 23
230 // (get) Token: 0x0600002A RID: 42 RVA: 0x00002394 File Offset: 0x00000594
231 public static Touch[] touches
232 {
233 get
234 {
235 throw new MissingMethodException();
236 }
237 }
238
239 // Token: 0x0600002B RID: 43 RVA: 0x000023B0 File Offset: 0x000005B0
240 internal static bool CheckDisabled()
241 {
242 throw new MissingMethodException();
243 }
244
245 // Token: 0x0600002C RID: 44 RVA: 0x000023C4 File Offset: 0x000005C4
246 private static void GetTouch_Injected(int index, [Out] Touch ret)
247 {
248 throw new MissingMethodException();
249 }
250
251 // Token: 0x0600002D RID: 45 RVA: 0x000023D8 File Offset: 0x000005D8
252 private static void get_mousePosition_Injected([Out] Vector3 ret)
253 {
254 throw new MissingMethodException();
255 }
256
257 // Token: 0x0600002E RID: 46 RVA: 0x000023EC File Offset: 0x000005EC
258 private static void get_mouseScrollDelta_Injected([Out] Vector2 ret)
259 {
260 throw new MissingMethodException();
261 }
262
263 // Token: 0x0600002F RID: 47 RVA: 0x00002400 File Offset: 0x00000600
264 private static void get_compositionCursorPos_Injected([Out] Vector2 ret)
265 {
266 throw new MissingMethodException();
267 }
268
269 // Token: 0x06000030 RID: 48 RVA: 0x00002414 File Offset: 0x00000614
271 {
272 throw new MissingMethodException();
273 }
274 }
275}
class f__AnonymousType0<< Count > j__TPar
static bool GetKey(KeyCode key)
Definition Input.cs:85
static Vector3 mousePosition
Definition Input.cs:127
static float GetAxisRaw(string axisName)
Definition Input.cs:34
static void get_mouseScrollDelta_Injected([Out] Vector2 ret)
Definition Input.cs:258
static void get_mousePosition_Injected([Out] Vector3 ret)
Definition Input.cs:252
static DeviceOrientation deviceOrientation
Definition Input.cs:221
static bool mousePresent
Definition Input.cs:188
static IMECompositionMode imeCompositionMode
Definition Input.cs:149
static Touch GetTouch(int index)
Definition Input.cs:79
static bool touchSupported
Definition Input.cs:210
static void get_compositionCursorPos_Injected([Out] Vector2 ret)
Definition Input.cs:264
static bool GetMouseButtonUp(int button)
Definition Input.cs:62
static bool GetMouseButtonDown(int button)
Definition Input.cs:55
static Touch[] touches
Definition Input.cs:232
static bool GetKeyString(string name)
Definition Input.cs:20
static string inputString
Definition Input.cs:116
static string[] GetJoystickNames()
Definition Input.cs:72
static void set_compositionCursorPos_Injected(Vector2 value)
Definition Input.cs:270
static bool simulateMouseWithTouches
Definition Input.cs:105
static bool GetKeyDownInt(KeyCode key)
Definition Input.cs:27
static Vector2 mouseScrollDelta
Definition Input.cs:138
static bool GetKeyDown(KeyCode key)
Definition Input.cs:97
static string compositionString
Definition Input.cs:163
static Vector2 compositionCursorPos
Definition Input.cs:174
static bool GetKeyInt(KeyCode key)
Definition Input.cs:13
static int touchCount
Definition Input.cs:199
static bool GetMouseButton(int button)
Definition Input.cs:48
static bool GetButtonDown(string buttonName)
Definition Input.cs:41
static void GetTouch_Injected(int index, [Out] Touch ret)
Definition Input.cs:246
static bool GetKey(string name)
Definition Input.cs:91
static bool CheckDisabled()
Definition Input.cs:240