Returns the actual cursor position used internally by Susano’s overlay system
Syntax
Susano.GetCursorPos() -> Vector2
Parameters
None
Return(s)
cursorPos (Vector2):
x (float): Cursor X position relative to the monitor dimensions.
y (float): Cursor Y position relative to the monitor dimensions.
Behavior
Returns the actual cursor position used internally by Susano’s overlay system, not the NUI cursor (which is spoofed by Susano safety measures), allowing precise interaction with ImGui-based elements and accurate mouse tracking within the overlay.