terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
DrKeyboard_IME Class Reference
+ Inheritance diagram for DrKeyboard_IME:

Public Member Functions

 DrKeyboard_IME (string initialText, int maxChars, string title, string prompt)
 
override void Update ()
 

Static Public Member Functions

static DrKeyboard_Base Create (TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool password=false, bool multiline=false, bool filterText=true)
 

Properties

override bool active [get, set]
 
override bool done [get]
 
override string text [get, set]
 
override bool wasCanceled [get]
 
static bool isSupported [get]
 

Private Member Functions

void Append (string input)
 

Private Attributes

int _lastFrame = 1
 
string _lastIME = ""
 
string _text
 
bool _wasCanceled
 

Detailed Description

Definition at line 5 of file DrKeyboard_IME.cs.


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