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
IImeService.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000B30 RID: 2864
6 public interface IImeService
7 {
8 // Token: 0x17000900 RID: 2304
9 // (get) Token: 0x06005386 RID: 21382
10 string CompositionString { get; }
11
12 // Token: 0x17000901 RID: 2305
13 // (get) Token: 0x06005387 RID: 21383
15
16 // Token: 0x17000902 RID: 2306
17 // (get) Token: 0x06005388 RID: 21384
18 uint SelectedCandidate { get; }
19
20 // Token: 0x17000903 RID: 2307
21 // (get) Token: 0x06005389 RID: 21385
22 uint CandidateCount { get; }
23
24 // Token: 0x17000904 RID: 2308
25 // (get) Token: 0x0600538A RID: 21386
26 bool IsEnabled { get; }
27
28 // Token: 0x0600538B RID: 21387
29 string GetCandidate(uint index);
30
31 // Token: 0x0600538C RID: 21388
32 void Enable();
33
34 // Token: 0x0600538D RID: 21389
35 void Disable();
36
37 // Token: 0x0600538E RID: 21390
39
40 // Token: 0x0600538F RID: 21391
42 }
43}
void AddKeyListener(Action< char > listener)
void RemoveKeyListener(Action< char > listener)