Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UnsupportedPlatformIme.cs
Go to the documentation of this file.
1
namespace
ReLogic.Localization.IME
;
2
3
public
class
UnsupportedPlatformIme
:
PlatformIme
4
{
5
public
override
uint
CandidateCount
=> 0u;
6
7
public
override
string
CompositionString
=>
string
.Empty;
8
9
public
override
bool
IsCandidateListVisible
=>
false
;
10
11
public
override
uint
SelectedCandidate
=> 0u;
12
13
public
override
string
GetCandidate
(uint index)
14
{
15
return
string
.Empty;
16
}
17
}
ReLogic.Localization.IME.PlatformIme
Definition
PlatformIme.cs:7
ReLogic.Localization.IME.UnsupportedPlatformIme.CompositionString
override string CompositionString
Definition
UnsupportedPlatformIme.cs:7
ReLogic.Localization.IME.UnsupportedPlatformIme.GetCandidate
override string GetCandidate(uint index)
Definition
UnsupportedPlatformIme.cs:13
ReLogic.Localization.IME.UnsupportedPlatformIme.SelectedCandidate
override uint SelectedCandidate
Definition
UnsupportedPlatformIme.cs:11
ReLogic.Localization.IME.UnsupportedPlatformIme.IsCandidateListVisible
override bool IsCandidateListVisible
Definition
UnsupportedPlatformIme.cs:9
ReLogic.Localization.IME.UnsupportedPlatformIme.CandidateCount
override uint CandidateCount
Definition
UnsupportedPlatformIme.cs:5
ReLogic.Localization.IME.UnsupportedPlatformIme
Definition
UnsupportedPlatformIme.cs:4
ReLogic.Localization.IME
Definition
CandidateList.cs:1
source
ReLogic
ReLogic.Localization.IME
UnsupportedPlatformIme.cs
Generated by
1.10.0