-
-
Notifications
You must be signed in to change notification settings - Fork 18
window_get_x
CryoEagle edited this page Jan 11, 2019
·
7 revisions
Returns X position of window
window_get_x();
Returns: int
Return X position of window
int win_X = window_get_x();
show_debug_message(win_X.ToString());
The above code will save X position to int
win_X.
Back to window-functions