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

◆ DpadMouseSnap4

bool Terraria.GameInput.TriggersSet.DpadMouseSnap4
getset

Definition at line 571 of file TriggersSet.cs.

572 {
573 get
574 {
575 return KeyStatus["DpadSnap4"];
576 }
577 set
578 {
579 KeyStatus["DpadSnap4"] = value;
580 }
581 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9