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
|
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) |
override void | Finalize () |
Properties | |
string | CompositionString [get] |
bool | IsCandidateListVisible [get] |
uint | SelectedCandidate [get] |
uint | CandidateCount [get] |
bool | IsEnabled [get, set, private set] |
Private Attributes | |
bool< IsEnabled > | k__BackingField |
readonly List< Action< char > > | _keyPressCallbacks |
bool | _disposedValue |
Definition at line 10 of file PlatformIme.cs.