window_get_x

With this function you can get the x position (in pixels) within the browser if it is an HTML5 game or within the display if it is a Windows, Ubuntu (Linux) or macOS game.

 

Syntax:

window_get_x();

 

Returns:

Real

 

Example:

wx = window_get_x();

The above code stores the current x axis window position in the variable "wx".