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
Mouse.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000356 RID: 854
7 public static class Mouse
8 {
9 // Token: 0x060015E9 RID: 5609 RVA: 0x000615AC File Offset: 0x0005F7AC
10 public static MouseState GetState(GameWindow window)
11 {
12 if (!true)
13 {
14 }
17 return 1;
18 }
19
20 // Token: 0x060015EA RID: 5610 RVA: 0x000615C4 File Offset: 0x0005F7C4
21 public static MouseState GetState()
22 {
23 if (!true)
24 {
25 }
28 return 1;
29 }
30
31 // Token: 0x060015EB RID: 5611 RVA: 0x000615E0 File Offset: 0x0005F7E0
32 public static void SetPosition(int x, int y)
33 {
34 if (true)
35 {
36 return;
37 }
38 }
39
40 // Token: 0x060015EC RID: 5612 RVA: 0x000615F4 File Offset: 0x0005F7F4
41 public static void SetCursor(MouseCursor cursor)
42 {
43 if (true)
44 {
45 return;
46 }
47 }
48
49 // Token: 0x060015ED RID: 5613 RVA: 0x000021DB File Offset: 0x000003DB
51 {
52 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
53 }
54
55 // Token: 0x060015EE RID: 5614 RVA: 0x00061608 File Offset: 0x0005F808
57 {
58 }
59
60 // Token: 0x17000269 RID: 617
61 // (get) Token: 0x060015EF RID: 5615 RVA: 0x000021DB File Offset: 0x000003DB
62 // (set) Token: 0x060015F0 RID: 5616 RVA: 0x00061618 File Offset: 0x0005F818
63 private static int scrollAccum
64 {
65 get
66 {
67 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69 set
70 {
71 }
72 }
73
74 // Token: 0x1700026A RID: 618
75 // (get) Token: 0x060015F1 RID: 5617 RVA: 0x000021DB File Offset: 0x000003DB
76 // (set) Token: 0x060015F2 RID: 5618 RVA: 0x00061628 File Offset: 0x0005F828
77 private static float _uiX
78 {
79 get
80 {
81 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
82 }
83 set
84 {
85 }
86 }
87
88 // Token: 0x1700026B RID: 619
89 // (get) Token: 0x060015F3 RID: 5619 RVA: 0x000021DB File Offset: 0x000003DB
90 // (set) Token: 0x060015F4 RID: 5620 RVA: 0x00061638 File Offset: 0x0005F838
91 private static float _uiY
92 {
93 get
94 {
95 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
96 }
97 set
98 {
99 }
100 }
101
102 // Token: 0x1700026C RID: 620
103 // (get) Token: 0x060015F5 RID: 5621 RVA: 0x000021DB File Offset: 0x000003DB
104 // (set) Token: 0x060015F6 RID: 5622 RVA: 0x00061648 File Offset: 0x0005F848
105 private static float _X
106 {
107 get
108 {
109 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
110 }
111 set
112 {
113 }
114 }
115
116 // Token: 0x1700026D RID: 621
117 // (get) Token: 0x060015F7 RID: 5623 RVA: 0x000021DB File Offset: 0x000003DB
118 // (set) Token: 0x060015F8 RID: 5624 RVA: 0x00061658 File Offset: 0x0005F858
119 private static float _Y
120 {
121 get
122 {
123 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
124 }
125 set
126 {
127 }
128 }
129
130 // Token: 0x1700026E RID: 622
131 // (get) Token: 0x060015F9 RID: 5625 RVA: 0x000021DB File Offset: 0x000003DB
132 // (set) Token: 0x060015FA RID: 5626 RVA: 0x00061668 File Offset: 0x0005F868
133 private static float _worldScreenOffsetY
134 {
135 get
136 {
137 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
138 }
139 set
140 {
141 }
142 }
143
144 // Token: 0x060015FB RID: 5627 RVA: 0x00061678 File Offset: 0x0005F878
145 public static void SetWorldScreenOffset(float yValue)
146 {
147 if (!true)
148 {
149 }
150 if (!true)
151 {
152 }
153 int screenHeight = XNAUnityRunner.ScreenHeight;
154 }
155
156 // Token: 0x1700026F RID: 623
157 // (get) Token: 0x060015FC RID: 5628 RVA: 0x000021DB File Offset: 0x000003DB
158 // (set) Token: 0x060015FD RID: 5629 RVA: 0x00061694 File Offset: 0x0005F894
159 public static int _overloadScreenWidth
160 {
161 get
162 {
163 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
164 }
165 set
166 {
167 }
168 }
169
170 // Token: 0x17000270 RID: 624
171 // (get) Token: 0x060015FE RID: 5630 RVA: 0x000021DB File Offset: 0x000003DB
172 // (set) Token: 0x060015FF RID: 5631 RVA: 0x000616A4 File Offset: 0x0005F8A4
173 public static int _overloadScreenHeight
174 {
175 get
176 {
177 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
178 }
179 set
180 {
181 }
182 }
183
184 // Token: 0x17000271 RID: 625
185 // (get) Token: 0x06001600 RID: 5632 RVA: 0x000021DB File Offset: 0x000003DB
186 // (set) Token: 0x06001601 RID: 5633 RVA: 0x000616B4 File Offset: 0x0005F8B4
187 public static int _overloadScreenOffsetX
188 {
189 get
190 {
191 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
192 }
193 set
194 {
195 }
196 }
197
198 // Token: 0x17000272 RID: 626
199 // (get) Token: 0x06001602 RID: 5634 RVA: 0x000616C4 File Offset: 0x0005F8C4
200 // (set) Token: 0x06001603 RID: 5635 RVA: 0x000616D8 File Offset: 0x0005F8D8
201 public static int _overloadScreenOffsetY
202 {
203 get
204 {
205 return 41684992;
206 }
207 set
208 {
209 }
210 }
211
212 // Token: 0x17000273 RID: 627
213 // (get) Token: 0x06001604 RID: 5636 RVA: 0x000021DB File Offset: 0x000003DB
214 // (set) Token: 0x06001605 RID: 5637 RVA: 0x000616E8 File Offset: 0x0005F8E8
216 {
217 get
218 {
219 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
220 }
221 set
222 {
223 }
224 }
225
226 // Token: 0x17000274 RID: 628
227 // (get) Token: 0x06001606 RID: 5638 RVA: 0x000021DB File Offset: 0x000003DB
228 // (set) Token: 0x06001607 RID: 5639 RVA: 0x000616F8 File Offset: 0x0005F8F8
230 {
231 get
232 {
233 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
234 }
235 set
236 {
237 }
238 }
239
240 // Token: 0x17000275 RID: 629
241 // (get) Token: 0x06001608 RID: 5640 RVA: 0x000021DB File Offset: 0x000003DB
242 // (set) Token: 0x06001609 RID: 5641 RVA: 0x00061708 File Offset: 0x0005F908
243 public static float _virtualCursorOverrideX
244 {
245 get
246 {
247 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
248 }
249 set
250 {
251 }
252 }
253
254 // Token: 0x17000276 RID: 630
255 // (get) Token: 0x0600160A RID: 5642 RVA: 0x000021DB File Offset: 0x000003DB
256 // (set) Token: 0x0600160B RID: 5643 RVA: 0x00061718 File Offset: 0x0005F918
257 public static float _virtualCursorOverrideY
258 {
259 get
260 {
261 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
262 }
263 set
264 {
265 }
266 }
267
268 // Token: 0x17000277 RID: 631
269 // (get) Token: 0x0600160C RID: 5644 RVA: 0x000021DB File Offset: 0x000003DB
270 // (set) Token: 0x0600160D RID: 5645 RVA: 0x00061728 File Offset: 0x0005F928
271 public static bool _overrideRMB
272 {
273 get
274 {
275 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
276 }
277 set
278 {
279 }
280 }
281
282 // Token: 0x17000278 RID: 632
283 // (get) Token: 0x0600160E RID: 5646 RVA: 0x000021DB File Offset: 0x000003DB
284 // (set) Token: 0x0600160F RID: 5647 RVA: 0x00061738 File Offset: 0x0005F938
286 {
287 get
288 {
289 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
290 }
291 set
292 {
293 }
294 }
295
296 // Token: 0x17000279 RID: 633
297 // (get) Token: 0x06001610 RID: 5648 RVA: 0x000021DB File Offset: 0x000003DB
298 // (set) Token: 0x06001611 RID: 5649 RVA: 0x00061748 File Offset: 0x0005F948
299 private static float scrollAccumPartial
300 {
301 get
302 {
303 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
304 }
305 set
306 {
307 }
308 }
309
310 // Token: 0x06001612 RID: 5650 RVA: 0x00061758 File Offset: 0x0005F958
312 {
313 if (!true)
314 {
315 }
316 }
317
318 // Token: 0x06001613 RID: 5651 RVA: 0x00061768 File Offset: 0x0005F968
320 {
321 /*
322An exception occurred when decompiling this method (06001613)
323
324ICSharpCode.Decompiler.DecompilerException: Error decompiling Microsoft.Xna.Framework.Input.Mouse/OverrideState Microsoft.Xna.Framework.Input.Mouse::GetOverrideState()
325
326 ---> System.Exception: Basic block has to end with unconditional control flow.
327{
328 IL_0000:
329 brtrue(IL_0000, ldc.i4:bool(1))
330}
331
332 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
333 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
334 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
335 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
336 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
337 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
338 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
339 --- End of inner exception stack trace ---
340 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
341 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
342*/;
343 }
344
345 // Token: 0x06001614 RID: 5652 RVA: 0x00061778 File Offset: 0x0005F978
347 {
349 {
350 if (!true)
351 {
352 }
353 return;
354 }
355 }
356
357 // Token: 0x06001615 RID: 5653 RVA: 0x0006178C File Offset: 0x0005F98C
359 {
360 /*
361An exception occurred when decompiling this method (06001615)
362
363ICSharpCode.Decompiler.DecompilerException: Error decompiling Microsoft.Xna.Framework.Vector2 Microsoft.Xna.Framework.Input.Mouse::GetUICursorPosition()
364
365 ---> System.Exception: Basic block has to end with unconditional control flow.
366{
367 IL_0000:
368 brtrue(IL_0000, ldc.i4:bool(1))
369}
370
371 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
372 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
373 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
374 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
375 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
376 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
377 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
378 --- End of inner exception stack trace ---
379 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
380 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
381*/;
382 }
383
384 // Token: 0x06001616 RID: 5654 RVA: 0x0006179C File Offset: 0x0005F99C
385 public static void UpdateUICursorPoint()
386 {
387 Cursor cursor;
388 if (cursor != null)
389 {
390 float x = cursor.Position.x;
391 float y = cursor.Position.y;
392 }
393 }
394
395 // Token: 0x06001617 RID: 5655 RVA: 0x000617C8 File Offset: 0x0005F9C8
397 {
398 /*
399An exception occurred when decompiling this method (06001617)
400
401ICSharpCode.Decompiler.DecompilerException: Error decompiling Microsoft.Xna.Framework.Input.MouseState Microsoft.Xna.Framework.Input.Mouse::PlatformGetState(Microsoft.Xna.Framework.GameWindow)
402
403 ---> System.Exception: Basic block has to end with unconditional control flow.
404{
405 IL_0081:
406 stloc:int64(var_18_82, ldc.i4:int64(0))
407 stloc:int32(var_19_85, ldc.i4:int32(1))
408 stloc:int64(var_20_88, ldc.i4:int64(0))
409 stloc:bool(var_21_93, call:bool(XNAUnityRunner::GetMouseButton, ldloc:int32(var_19_85), ldloc:int64[exp:bool](var_20_88)))
410 stfld:ButtonState(MouseState::_xButton1, ldloc:MouseState[exp:valuetype Microsoft.Xna.Framework.Input.MouseState&](var_0), ldloc:int64[exp:ButtonState](var_18_82))
411}
412
413 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
414 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
415 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
416 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
417 --- End of inner exception stack trace ---
418 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
419 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
420*/;
421 }
422
423 // Token: 0x06001618 RID: 5656 RVA: 0x00061874 File Offset: 0x0005FA74
424 private static Cursor ActiveCursor()
425 {
426 Cursor cursor;
427 while (cursor.InputLayer == null)
428 {
429 }
430 }
431
432 // Token: 0x06001619 RID: 5657 RVA: 0x0006188C File Offset: 0x0005FA8C
433 private static void PlatformSetPosition(int x, int y)
434 {
435 }
436
437 // Token: 0x0600161A RID: 5658 RVA: 0x0006189C File Offset: 0x0005FA9C
439 {
440 }
441
442 // Token: 0x0600161B RID: 5659 RVA: 0x000618AC File Offset: 0x0005FAAC
443 // Note: this type is marked as 'beforefieldinit'.
444 static Mouse()
445 {
446 }
447
448 // Token: 0x040023F4 RID: 9204
450
451 // Token: 0x02000357 RID: 855
452 public enum OverrideState
453 {
454 // Token: 0x040023F6 RID: 9206
455 None,
456 // Token: 0x040023F7 RID: 9207
457 Position,
458 // Token: 0x040023F8 RID: 9208
459 Click,
460 // Token: 0x040023F9 RID: 9209
462 }
463 }
464}
class f__AnonymousType0<< Count > j__TPar
static MouseState PlatformGetState(GameWindow window)
Definition Mouse.cs:396
static MouseState GetState(GameWindow window)
Definition Mouse.cs:10
static ButtonState _rmbOverrideState
Definition Mouse.cs:286
static Mouse.OverrideState _virtualCursorOverride
Definition Mouse.cs:216
static Mouse.OverrideState GetOverrideState()
Definition Mouse.cs:319
static void PlatformSetPosition(int x, int y)
Definition Mouse.cs:433
static void SetVirtualCursorOverride(Mouse.OverrideState overrideMouse, ButtonState overrideState, float x, float y)
Definition Mouse.cs:346
static ButtonState _virtualCursorOverrideState
Definition Mouse.cs:230
static IntPtr PlatformGetWindowHandle()
Definition Mouse.cs:50
static void PlatformSetCursor(MouseCursor cursor)
Definition Mouse.cs:438
static void SetWorldScreenOffset(float yValue)
Definition Mouse.cs:145
static readonly MouseState _defaultState
Definition Mouse.cs:449
static void SetCursor(MouseCursor cursor)
Definition Mouse.cs:41
static Vector2 GetUICursorPosition()
Definition Mouse.cs:358
static void PlatformSetWindowHandle(IntPtr windowHandle)
Definition Mouse.cs:56
static void SetRMBOverride(bool overrideRMB, ButtonState overrideState)
Definition Mouse.cs:311
static MouseState GetState()
Definition Mouse.cs:21
static void SetPosition(int x, int y)
Definition Mouse.cs:32
static int ScreenHeight