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 UnityEngine.EventSystems.TouchInputModule.IsModuleSupported ( )
inlinevirtual

Reimplemented from UnityEngine.EventSystems.BaseInputModule.

Definition at line 75 of file TouchInputModule.cs.

76 {
77 while (!this.m_ForceModuleActive)
78 {
79 }
80 return true;
81 }

References UnityEngine.EventSystems.TouchInputModule.m_ForceModuleActive.