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

◆ GetKeyRaw()

bool Controller.ControllerDevice.GetKeyRaw ( Buttons key)
inlineprivate

Definition at line 532 of file ControllerDevice.cs.

533 {
534 bool swapBumpersTriggers = ControllerDevice.SwapBumpersTriggers;
535 InputDevice device = this.Device;
536 InputDeviceStyle <DeviceStyle>k__BackingField = device.<DeviceStyle>k__BackingField;
537 if (device.<IsAttached>k__BackingField)
538 {
539 InputControl action = device.Action1;
540 }
542 bool state = inputControl.State;
545 bool state2 = inputControl2.State;
554 return inputControl5.State;
555 }
class f__AnonymousType0<< Count > j__TPar
InputControl LeftStickButton

References System.action, InControl.InputDevice.Action1, Controller.ControllerDevice.Device, j__TPar, InControl.InputDevice.LeftStickButton, InControl.OneAxisInputControl.State, System.state, and Controller.ControllerDevice.SwapBumpersTriggers.