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

◆ LooseFocus()

void GUIControllerMappings.LooseFocus ( )
inline

Definition at line 204 of file GUIControllerMappings.cs.

205 {
206 if (!this.hasFocus || this._categoriesBlocker != null)
207 {
208 }
209 }
GUIInputRegionExclusive _categoriesBlocker

References _categoriesBlocker, and hasFocus.