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()

static JoystickState Microsoft.Xna.Framework.Input.Joystick.GetState ( int index)
inlinestatic

Definition at line 25 of file Joystick.cs.

26 {
27 JoystickState joystickState = Joystick.PlatformGetState(index);
28 JoystickState joystickState2;
29 return joystickState2;
30 }
class f__AnonymousType0<< Count > j__TPar

References System.index, j__TPar, and Microsoft.Xna.Framework.Input.Joystick.PlatformGetState().