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.
1
using
System
;
2
3
namespace
ReLogic.Localization.IME
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
14
bool
IsCandidateListVisible
{
get
; }
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
38
void
AddKeyListener
(
Action<char>
listener);
39
40
// Token: 0x0600538F RID: 21391
41
void
RemoveKeyListener
(
Action<char>
listener);
42
}
43
}
System.Action
Definition
Action.5.cs:7
ReLogic.Localization.IME.IImeService.AddKeyListener
void AddKeyListener(Action< char > listener)
ReLogic.Localization.IME.IImeService.CandidateCount
uint CandidateCount
Definition
IImeService.cs:22
ReLogic.Localization.IME.IImeService.RemoveKeyListener
void RemoveKeyListener(Action< char > listener)
ReLogic.Localization.IME.IImeService.GetCandidate
string GetCandidate(uint index)
ReLogic.Localization.IME.IImeService.Enable
void Enable()
ReLogic.Localization.IME.IImeService.IsEnabled
bool IsEnabled
Definition
IImeService.cs:26
ReLogic.Localization.IME.IImeService.IsCandidateListVisible
bool IsCandidateListVisible
Definition
IImeService.cs:14
ReLogic.Localization.IME.IImeService.Disable
void Disable()
ReLogic.Localization.IME.IImeService.CompositionString
string CompositionString
Definition
IImeService.cs:10
ReLogic.Localization.IME.IImeService.SelectedCandidate
uint SelectedCandidate
Definition
IImeService.cs:18
ReLogic.Localization.IME.IImeService
Definition
IImeService.cs:7
ReLogic.Localization.IME
Definition
FnaIme.cs:5
System.ExceptionArgument.index
@ index
System
Definition
__ComObject.cs:4
source
ReLogic
Localization
IME
IImeService.cs
Generated by
1.10.0