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

◆ UpdateUICursorPoint()

static void Microsoft.Xna.Framework.Input.Mouse.UpdateUICursorPoint ( )
inlinestatic

Definition at line 385 of file Mouse.cs.

386 {
388 if (cursor != null)
389 {
390 float x = cursor.Position.x;
391 float y = cursor.Position.y;
392 }
393 }
class f__AnonymousType0<< Count > j__TPar
Vector2 Position
Definition Cursor.cs:13

References j__TPar.

Referenced by GUIAmmo.ItemDraw(), GUICoins.ItemDraw(), GUIInventory.ItemDraw(), and GUIBuffs.UpdateBuffNavigation().