Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
OverlaySocialModule.cs
Go to the documentation of this file.
2
4
6{
8
9 public override void Initialize()
10 {
11 }
12
13 public override void Shutdown()
14 {
15 }
16
17 public override bool IsGamepadTextInputActive()
18 {
20 }
21
22 public override bool ShowGamepadTextInput(string description, uint maxLength, bool multiLine = false, string existingText = "", bool password = false)
23 {
24 return false;
25 }
26
27 public override string GetGamepadText()
28 {
29 return "";
30 }
31}
override bool ShowGamepadTextInput(string description, uint maxLength, bool multiLine=false, string existingText="", bool password=false)