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

◆ DpadMouseSnap3

bool Terraria.GameInput.TriggersSet.DpadMouseSnap3
getset

Definition at line 559 of file TriggersSet.cs.

560 {
561 get
562 {
563 return KeyStatus["DpadSnap3"];
564 }
565 set
566 {
567 KeyStatus["DpadSnap3"] = value;
568 }
569 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9