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

◆ IsInputFromGamepad()

bool Terraria.GameInput.TriggersSet.IsInputFromGamepad ( InputMode mode)
inlineprivate

Definition at line 862 of file TriggersSet.cs.

863 {
864 if ((uint)mode <= 2u)
865 {
866 return false;
867 }
868 return true;
869 }

Referenced by Terraria.GameInput.TriggersSet.CopyInto().