Skip to content

Window_mouse_set

hpgDesigns edited this page Aug 8, 2021 · 1 revision

NOTOC {{-}}

Notation

Description

Sets the mouse position relative to the window offset by the given coordinate.

Parameters

  • x (x,y) relative coordinate to the window
  • y

Return Values

This function has no return values.

Example Call

window_mouse_set(0, 0);

This is number 1

Clone this wiki locally