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

◆ AllowSecondaryGamepadAim

bool Terraria.GameInput.PlayerInput.SettingsForUI.AllowSecondaryGamepadAim
staticget

Definition at line 40 of file PlayerInput.cs.

41 {
42 get
43 {
44 if (CurrentCursorMode != CursorMode.Gamepad)
45 {
46 return !SteamDeckIsUsed;
47 }
48 return true;
49 }
50 }

Referenced by Terraria.GameInput.PlayerInput.GamePadInput().