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() [2/4]

Microsoft.Xna.Framework.Input.KeyboardState.KeyboardState ( Keys[] keys,
bool capsLock = false,
bool numLock = false )
inline

Definition at line 93 of file KeyboardState.cs.

94 {
95 if (keys != null)
96 {
97 this.InternalSetKey(keys);
98 }
99 }

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