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

◆ WasPressed

bool InControl.OneAxisInputControl.WasPressed
getinherited

Implements InControl.IInputControl.

Definition at line 385 of file OneAxisInputControl.cs.

386 {
387 get
388 {
389 if (this.enabled && this.ownerEnabled)
390 {
391 InputControlState inputControlState = this.thisState;
392 return;
393 }
394 }
395 }
class f__AnonymousType0<< Count > j__TPar

Referenced by MultiplayerBasicExample.PlayerManager.JoinButtonWasPressedOnDevice(), and MultiplayerWithBindingsExample.PlayerManager.JoinButtonWasPressedOnListener().