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
IInputControl.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x0200001D RID: 29
6 public interface IInputControl
7 {
8 // Token: 0x17000049 RID: 73
9 // (get) Token: 0x0600012B RID: 299
10 bool HasChanged { get; }
11
12 // Token: 0x1700004A RID: 74
13 // (get) Token: 0x0600012C RID: 300
14 bool IsPressed { get; }
15
16 // Token: 0x1700004B RID: 75
17 // (get) Token: 0x0600012D RID: 301
18 bool WasPressed { get; }
19
20 // Token: 0x1700004C RID: 76
21 // (get) Token: 0x0600012E RID: 302
22 bool WasReleased { get; }
23
24 // Token: 0x0600012F RID: 303
26 }
27}