|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override void | Initialize () |
| override void | Shutdown () |
| override bool | IsGamepadTextInputActive () |
| override bool | ShowGamepadTextInput (string description, uint maxLength, bool multiLine=false, string existingText="", bool password=false) |
| override string | GetGamepadText () |
Private Member Functions | |
| void | OnGamepadTextInputDismissed (GamepadTextInputDismissed_t result) |
Private Attributes | |
| Callback< GamepadTextInputDismissed_t > | _gamepadTextInputDismissed |
| bool | _gamepadTextInputActive |
Definition at line 6 of file OverlaySocialModule.cs.