You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Due to way how things work entire window_ needs to be implemented twice - for editor and for native output (Windows form vs MonoForm). Using preprocessor #if, defined EDITOR constant in dynamic parameters, reflecting which version of implementation to use.
Functions
✔️ window_center
✔️window_get_caption
✔️window_get_colour
✔️window_get_fullscreen
✔️window_get_height
✔️window_get_width
✔️window_get_x
✔️window_get_y
✔️window_get_cursor
❌window_get_visible_rects (Wtf is this function anyway, multi display handling level 0bc)
✔️window_mouse_get_x
✔️window_mouse_get_y
✔️window_mouse_set
✔️window_set_caption
✔️window_set_colour
✔️window_set_fullscreen
✔️window_set_position
✔️window_set_size
✔️window_set_rectangle
✔️window_set_cursor
❌window_set_min_width
❌window_set_max_width
❌window_set_min_height
❌window_set_max_height
✔️window_has_focus
❌window_device
❌window_view_mouse_get_x
❌window_view_mouse_get_y
❌window_views_mouse_get_x
❌window_views_mouse_get_y
✔️window_handle
💡 window_set_min_size
💡 window_set_max_size
The text was updated successfully, but these errors were encountered:
Note: Due to way how things work entire window_ needs to be implemented twice - for editor and for native output (Windows form vs MonoForm). Using preprocessor #if, defined EDITOR constant in dynamic parameters, reflecting which version of implementation to use.
Functions
The text was updated successfully, but these errors were encountered: