terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ KeyboardState() [3/4]

Microsoft.Xna.Framework.Input.KeyboardState.KeyboardState ( params Keys[] keys)
inline

Definition at line 102 of file KeyboardState.cs.

103 {
104 if (keys != null)
105 {
106 this.InternalSetKey(keys);
107 }
108 }

References Microsoft.Xna.Framework.Input.KeyboardState.InternalSetKey().