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

◆ CaptureWorldCursor()

void XNAUIInputLayer.CaptureWorldCursor ( )
inline

Definition at line 65 of file XNAUIInputLayer.cs.

66 {
67 global::Cursor worldCursor = this.GetWorldCursor();
68 if (worldCursor != null)
69 {
72 }
73 }
class f__AnonymousType0<< Count > j__TPar
global::Cursor GetWorldCursor()
CursorInputLayer _worldInputLayer

References _worldInputLayer, GetWorldCursor(), and j__TPar.