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

◆ JoinButtonWasPressedOnDevice()

bool MultiplayerBasicExample.PlayerManager.JoinButtonWasPressedOnDevice ( InputDevice inputDevice)
inlineprivate

Definition at line 32 of file PlayerManager.cs.

33 {
34 bool wasPressed = inputDevice.Action1.WasPressed;
35 bool wasPressed2 = inputDevice.Action2.WasPressed;
36 bool wasPressed3 = inputDevice.Action3.WasPressed;
37 return true;
38 }
class f__AnonymousType0<< Count > j__TPar

References InControl.InputDevice.Action1, InControl.InputDevice.Action2, InControl.InputDevice.Action3, j__TPar, and InControl.OneAxisInputControl.WasPressed.