Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | AddKeyListener (Action< char > listener) |
void | RemoveKeyListener (Action< char > listener) |
string | GetCandidate (uint index) |
void | Enable () |
void | Disable () |
void | Dispose () |
Protected Member Functions | |
PlatformIme () | |
void | OnKeyPress (char character) |
virtual void | OnEnable () |
virtual void | OnDisable () |
virtual void | Dispose (bool disposing) |
Properties | |
string | CompositionString [get] |
bool | IsCandidateListVisible [get] |
uint | SelectedCandidate [get] |
uint | CandidateCount [get] |
bool | IsEnabled [get, private set] |
Private Member Functions | |
~PlatformIme () | |
Private Attributes | |
readonly List< Action< char > > | _keyPressCallbacks = new List<Action<char>>() |
bool | _disposedValue |
Definition at line 6 of file PlatformIme.cs.