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
NativeInputOptions.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x02000042 RID: 66
6 public struct NativeInputOptions
7 {
8 // Token: 0x040002E2 RID: 738
9 public ushort updateRate;
10
11 // Token: 0x040002E3 RID: 739
12 public int enableXInput;
13
14 // Token: 0x040002E4 RID: 740
15 public int enableMFi;
16
17 // Token: 0x040002E5 RID: 741
18 public int preventSleep;
19 }
20}