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
IImeService.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000B30")]
7 public interface IImeService
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x17000900")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6005386")]
13 get;
14 }
15
16 [global::Cpp2ILInjected.Token(Token = "0x17000901")]
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6005387")]
20 get;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x17000902")]
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6005388")]
27 get;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x17000903")]
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x6005389")]
34 get;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x17000904")]
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x600538A")]
41 get;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600538B")]
45 string GetCandidate(uint index);
46
47 [global::Cpp2ILInjected.Token(Token = "0x600538C")]
48 void Enable();
49
50 [global::Cpp2ILInjected.Token(Token = "0x600538D")]
51 void Disable();
52
53 [global::Cpp2ILInjected.Token(Token = "0x600538E")]
54 void AddKeyListener(Action<char> listener);
55
56 [global::Cpp2ILInjected.Token(Token = "0x600538F")]
57 void RemoveKeyListener(Action<char> listener);
58 }
59}
void AddKeyListener(Action< char > listener)
void RemoveKeyListener(Action< char > listener)