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
Joystick.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200034C RID: 844
6 public static class Joystick
7 {
8 // Token: 0x17000256 RID: 598
9 // (get) Token: 0x06001598 RID: 5528 RVA: 0x00060C54 File Offset: 0x0005EE54
10 public static bool IsSupported
11 {
12 get
13 {
14 }
15 }
16
17 // Token: 0x06001599 RID: 5529 RVA: 0x00060C64 File Offset: 0x0005EE64
23
24 // Token: 0x0600159A RID: 5530 RVA: 0x00060C74 File Offset: 0x0005EE74
31
32 // Token: 0x0600159B RID: 5531 RVA: 0x00060C8C File Offset: 0x0005EE8C
38
39 // Token: 0x0600159C RID: 5532 RVA: 0x00060C9C File Offset: 0x0005EE9C
41 {
42 }
43
44 // Token: 0x04002323 RID: 8995
45 private const bool PlatformIsSupported = false;
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static JoystickState GetState(int index)
Definition Joystick.cs:25
static JoystickCapabilities GetCapabilities(int index)
Definition Joystick.cs:18
static JoystickState PlatformGetState(int index)
Definition Joystick.cs:40
static JoystickCapabilities PlatformGetCapabilities(int index)
Definition Joystick.cs:33