Skip to content

Window_mouse_get_x

hpgDesigns edited this page Aug 8, 2021 · 1 revision

NOTOC

Notation

Description

Gets the x value of the mouse coordinate relative to the game window, and returns the result.

Parameters

  • none This function has no parameters.

Return Values

Returns the x value of the mouse coordinate relative to the window.

Example Call

window_mouse_get_x();

This is number 1

Clone this wiki locally