Display and Window Functions
Jump to navigation
Jump to search
This article is an overview of all display and window related functions.
NOTE: GameMaker 8.1 allowed the mouse to go outside the window and even report negative values, Studio however does not, but ENIGMA maintains the behavior of GM8.1
Window
- window_handle
- window_center
- window_default
- window_get_caption
- window_get_color
- window_get_alpha
- window_get_cursor
- window_get_fullscreen
- window_get_width
- window_get_height
- window_get_region_width
- window_get_region_height
- window_get_region_scale
- window_get_sizeable
- window_get_stayontop
- window_get_showborder
- window_get_showicons
- window_get_visible
- window_get_x
- window_get_y
- window_mouse_get_x
- window_mouse_get_y
- window_mouse_set
- window_view_mouse_get_x
- window_view_mouse_get_y
- window_view_mouse_set
- window_views_mouse_get_x
- window_views_mouse_get_y
- window_views_mouse_set
- window_set_caption
- window_set_color
- window_set_alpha
- window_set_cursor
- window_set_fullscreen
- window_set_position
- window_set_size
- window_set_rectangle
- window_set_region_scale
- window_set_region_size
- window_set_showborder
- window_set_showicons
- window_set_sizeable
- window_set_stayontop
- window_set_visible
Screen |