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
|
Public Member Functions | |
DrKeyboard_Switch (TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool multiline, bool filterText) | |
virtual void | Update () |
Static Public Member Functions | |
static void | AppFocusGained () |
static DrKeyboard_Base | Create (TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool password=false, bool multiline=false, bool filterText=true) |
Static Public Attributes | |
static DrKeyboard_Switch | LastKeyboard |
Properties | |
override bool | active [get, set] |
override bool | done [get, set] |
override string | text [get, set] |
override bool | wasCanceled [get, set] |
static bool | isSupported [get, set] |
Private Attributes | |
TouchScreenKeyboard | _keyboard |
Static Private Attributes | |
static bool | appGainedFocus |
Definition at line 7 of file DrKeyboard_Switch.cs.