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
Loading...
Searching...
No Matches
ReLogic.Localization.IME.FnaIme Class Reference
+ Inheritance diagram for ReLogic.Localization.IME.FnaIme:
+ Collaboration diagram for ReLogic.Localization.IME.FnaIme:

Public Member Functions

 FnaIme ()
 
override string GetCandidate (uint index)
 
void AddKeyListener (Action< char > listener)
 
void RemoveKeyListener (Action< char > listener)
 
void Enable ()
 
void Disable ()
 
void Dispose ()
 

Protected Member Functions

override void Dispose (bool disposing)
 
override void Finalize ()
 
void OnKeyPress (char character)
 
virtual void OnEnable ()
 
virtual void OnDisable ()
 

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 Member Functions

void OnCharCallback (char key)
 

Private Attributes

bool _disposedValue
 
bool< IsEnabledk__BackingField
 
readonly List< Action< char > > _keyPressCallbacks
 

Detailed Description

Definition at line 8 of file FnaIme.cs.


The documentation for this class was generated from the following file: