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

◆ PressingShift()

static bool Terraria.Utils.PressingShift ( this KeyboardState kb)
inlinestatic

Definition at line 2026 of file Utils.cs.

2027 {
2028 if (!((KeyboardState)(ref kb)).IsKeyDown((Keys)160))
2029 {
2030 return ((KeyboardState)(ref kb)).IsKeyDown((Keys)161);
2031 }
2032 return true;
2033 }