You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/// scr_mouse_gui_y(mouse_y)
|
|
if (os_type == os_windows || os_type == os_linux || os_type == os_macosx) {
|
|
return display_get_gui_height() * argument0 / window_get_height();
|
|
} else return display_get_gui_height() * argument0 / display_get_height();
|