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

◆ GetState() [2/2]

static KeyboardState Microsoft.Xna.Framework.Input.Keyboard.GetState ( PlayerIndex playerIndex)
inlinestatic

Definition at line 25 of file Keyboard.cs.

26 {
27 if (!true)
28 {
29 }
30 KeyboardState keyboardState = Keyboard.PlatformGetState();
31 KeyboardState keyboardState2;
32 keyboardState2.<CapsLock>k__BackingField = true;
33 return 1;
34 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Input.CapsLock, j__TPar, and Microsoft.Xna.Framework.Input.Keyboard.PlatformGetState().