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

◆ GetKeyRaw2()

bool Controller.ControllerDevice.GetKeyRaw2 ( Buttons key)
inlineprivate

Definition at line 558 of file ControllerDevice.cs.

559 {
560 bool swapBumpersTriggers = ControllerDevice.SwapBumpersTriggers;
561 InputDeviceStyle <DeviceStyle>k__BackingField = this.Device.<DeviceStyle>k__BackingField;
567 InputDevice device = this.Device2;
568 return this.Device2.LeftStickButton.State;
569 }
class f__AnonymousType0<< Count > j__TPar
InputControl LeftStickButton
InputControl RightTrigger

References System.action, InControl.InputDevice.Action1, InControl.InputDevice.Action2, InControl.InputDevice.Action3, InControl.InputDevice.Action4, Controller.ControllerDevice.Device, Controller.ControllerDevice.Device2, j__TPar, InControl.InputDevice.LeftStickButton, InControl.InputDevice.RightTrigger, InControl.OneAxisInputControl.State, and Controller.ControllerDevice.SwapBumpersTriggers.