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

◆ InvokeTouchEvents()

void InControl.TouchManager.InvokeTouchEvents ( )
inlineprivate

Definition at line 218 of file TouchManager.cs.

219 {
220 int size = this.activeTouches._size;
221 if (this.enableControlsOnTouch && !this._controlsEnabled)
222 {
223 TouchManager.Device.RequestActivation();
224 int num = 1;
225 this.controlsEnabled = num != 0;
226 return;
227 }
228 int size2 = this.activeTouches._size;
229 }
class f__AnonymousType0<< Count > j__TPar
List< Touch > activeTouches

References InControl.TouchManager._controlsEnabled, InControl.TouchManager.activeTouches, InControl.TouchManager.Device, InControl.TouchManager.enableControlsOnTouch, j__TPar, and InControl.InputDevice.RequestActivation().