Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HighlightThingsForMouse

bool Terraria.GameInput.PlayerInput.SettingsForUI.HighlightThingsForMouse
staticget

Definition at line 76 of file PlayerInput.cs.

77 {
78 get
79 {
81 {
82 return CurrentCursorMode == CursorMode.Mouse;
83 }
84 return true;
85 }
86 }

Referenced by Terraria.UI.ItemSlot.Draw(), and Terraria.Main.DrawInventory().