Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Localization.IME.FnaIme Class Reference

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)
 
void OnKeyPress (char character)
 
virtual void OnEnable ()
 
virtual void OnDisable ()
 

Properties

override uint CandidateCount [get]
 
override string CompositionString [get]
 
override bool IsCandidateListVisible [get]
 
override uint SelectedCandidate [get]
 
bool IsEnabled [get, private set]
 

Private Member Functions

void OnCharCallback (char key)
 
 ~FnaIme ()
 

Private Attributes

bool _disposedValue
 
readonly List< Action< char > > _keyPressCallbacks = new List<Action<char>>()
 

Detailed Description

Definition at line 5 of file FnaIme.cs.


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