> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# mousemoveabs

> Przesuwa mysz przy uzyciu Windows absolute mouse input, gdy Roblox window jest active. Argumenty x i y sa sprawdzane jako Lua numbers i konwertowane przez integer conversion. Real traktuje je jako wspolrzedne relative to active foreground window client area, dodaje screen position tej client area przez ClientToScreen, skaluje je przez GetSystemMetrics(SM_CXSCREEN/SM_CYSCREEN) - 1 oraz integer math, a potem wywoluje mouse input z the requested mouse action. Jesli isrbxactive byloby false, function wraca bez wysylania input.

<div className="real-function-page">
  ```lua theme={null}
  mousemoveabs(x: number, y: number)
  ```

  ## Argumenty

  <ParamField path={"x"} type={"number"} required>
    Client-area X coordinate czytana jako Lua number i konwertowana przez integer conversion przed etapem screen-position oraz absolute-input scaling.
  </ParamField>

  <ParamField path={"y"} type={"number"} required>
    Client-area Y coordinate czytana jako Lua number i konwertowana przez integer conversion przed etapem screen-position oraz absolute-input scaling.
  </ParamField>
</div>
