Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override string | GetCandidate (uint index) |
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) |
Properties | |
override uint | CandidateCount [get] |
override string | CompositionString [get] |
override bool | IsCandidateListVisible [get] |
override uint | SelectedCandidate [get] |
bool | IsEnabled [get, private set] |
Private Attributes | |
readonly List< Action< char > > | _keyPressCallbacks = new List<Action<char>>() |
bool | _disposedValue |
Definition at line 3 of file UnsupportedPlatformIme.cs.