-
-
Notifications
You must be signed in to change notification settings - Fork 18
window_get_y
CryoEagle edited this page Jan 11, 2019
·
3 revisions
Returns Y position of window
window_get_y();
Returns: int
Return Y position of window where is this code running.
int win_y = window_get_y();
show_debug_message(win_Y.ToString());
The above code will save Y position to int
win_y.
Back to window-functions