terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
WindowsMessage.cs
Go to the documentation of this file.
1using System;
3
4namespace ReLogic.OS.Windows
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000B26")]
7 internal static class WindowsMessage
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4008B1F")]
10 public const int SETFOCUS = 7;
11
12 [global::Cpp2ILInjected.Token(Token = "0x4008B20")]
13 public const int KILLFOCUS = 8;
14
15 [global::Cpp2ILInjected.Token(Token = "0x4008B21")]
16 public const int IME_STARTCOMPOSITION = 269;
17
18 [global::Cpp2ILInjected.Token(Token = "0x4008B22")]
19 public const int IME_ENDCOMPOSITION = 270;
20
21 [global::Cpp2ILInjected.Token(Token = "0x4008B23")]
22 public const int IME_COMPOSITION = 271;
23
24 [global::Cpp2ILInjected.Token(Token = "0x4008B24")]
25 public const int IME_SETCONTEXT = 641;
26
27 [global::Cpp2ILInjected.Token(Token = "0x4008B25")]
28 public const int IME_NOTIFY = 642;
29
30 [global::Cpp2ILInjected.Token(Token = "0x4008B26")]
31 public const int IME_CONTROL = 643;
32
33 [global::Cpp2ILInjected.Token(Token = "0x4008B27")]
34 public const int IME_COMPOSITIONFULL = 644;
35
36 [global::Cpp2ILInjected.Token(Token = "0x4008B28")]
37 public const int IME_SELECT = 645;
38
39 [global::Cpp2ILInjected.Token(Token = "0x4008B29")]
40 public const int IME_CHAR = 646;
41
42 [global::Cpp2ILInjected.Token(Token = "0x4008B2A")]
43 public const int IME_KEYDOWN = 656;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4008B2B")]
46 public const int IME_KEYUP = 657;
47
48 [global::Cpp2ILInjected.Token(Token = "0x4008B2C")]
49 public const int INPUTLANGCHANGE = 81;
50
51 [global::Cpp2ILInjected.Token(Token = "0x4008B2D")]
52 public const int KEYDOWN = 256;
53
54 [global::Cpp2ILInjected.Token(Token = "0x4008B2E")]
55 public const int CHAR = 258;
56
57 [global::Cpp2ILInjected.Token(Token = "0x4008B2F")]
58 public const int ACTIVATE = 6;
59 }
60}