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

◆ DpadMouseSnap2

bool Terraria.GameInput.TriggersSet.DpadMouseSnap2
getset

Definition at line 547 of file TriggersSet.cs.

548 {
549 get
550 {
551 return KeyStatus["DpadSnap2"];
552 }
553 set
554 {
555 KeyStatus["DpadSnap2"] = value;
556 }
557 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9