window_get_y

Gets the y position of the window inside the browser/visible area of the screen.

Syntax:

window_get_y();


Returns: Real


Description

With this function you can get the y 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.


Example:

wy = window_get_y();

The above code stores the current y axis window position in the variable "wy".


Back: The Game Window
Next: window_get_cursor
© Copyright YoYo Games Ltd. 2018 All Rights Reserved