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

◆ DpadMouseSnap1

bool Terraria.GameInput.TriggersSet.DpadMouseSnap1
getset

Definition at line 535 of file TriggersSet.cs.

536 {
537 get
538 {
539 return KeyStatus["DpadSnap1"];
540 }
541 set
542 {
543 KeyStatus["DpadSnap1"] = value;
544 }
545 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9