|
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
|
Inheritance diagram for ReLogic.Localization.IME.UnsupportedPlatformIme:
Collaboration diagram for ReLogic.Localization.IME.UnsupportedPlatformIme:Public Member Functions | |
| override string | GetCandidate (uint index) |
| UnsupportedPlatformIme () | |
| void | AddKeyListener (Action< char > listener) |
| void | RemoveKeyListener (Action< char > listener) |
| void | Enable () |
| void | Disable () |
| void | Dispose () |
Protected Member Functions | |
| void | OnKeyPress (char character) |
| virtual void | OnEnable () |
| virtual void | OnDisable () |
| virtual void | Dispose (bool disposing) |
| override void | Finalize () |
Properties | |
| override uint | CandidateCount [get, set] |
| override string | CompositionString [get, set] |
| override bool | IsCandidateListVisible [get, set] |
| override uint | SelectedCandidate [get, set] |
| bool | IsEnabled [get, set, private set] |
Private Attributes | |
| bool< IsEnabled > | k__BackingField |
| readonly List< Action< char > > | _keyPressCallbacks |
| bool | _disposedValue |
Definition at line 8 of file UnsupportedPlatformIme.cs.