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

◆ ShouldShowInstructionsForGamepad()

static bool Terraria.GameInput.PlayerInput.ShouldShowInstructionsForGamepad ( )
inlinestaticprivate

Definition at line 1535 of file PlayerInput.cs.

1536 {
1537 if (!UsingGamepad)
1538 {
1539 return SteamDeckIsUsed;
1540 }
1541 return true;
1542 }

References Terraria.GameInput.PlayerInput.SteamDeckIsUsed, and Terraria.GameInput.PlayerInput.UsingGamepad.