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

◆ IsModuleSupported()

override bool InControl.InControlInputModule.IsModuleSupported ( )
inlinevirtual

Reimplemented from UnityEngine.EventSystems.BaseInputModule.

Definition at line 83 of file InControlInputModule.cs.

84 {
85 if (!this.forceModuleActive)
86 {
87 bool mousePresent = Input.mousePresent;
88 }
89 return true;
90 }
static bool mousePresent
Definition Input.cs:188

References InControl.InControlInputModule.forceModuleActive, and UnityEngine.Input.mousePresent.