Set monitor for the current window (fullscreen mode).
Note
This function has been auto-generated from the following Raylib function definition:
SetWindowMonitor(int monitor); void
See also
Other window functions:
clear_window_state()
,
close_window()
,
get_window_position()
,
get_window_scale_dpi()
,
init_window()
,
is_window_focused()
,
is_window_fullscreen()
,
is_window_hidden()
,
is_window_maximized()
,
is_window_minimized()
,
is_window_ready()
,
is_window_resized()
,
is_window_state()
,
maximize_window()
,
minimize_window()
,
restore_window()
,
set_window_icon()
,
set_window_min_size()
,
set_window_position()
,
set_window_size()
,
set_window_state()
,
set_window_title()
,
window_should_close()
Other monitor functions:
get_current_monitor()
,
get_monitor_count()
,
get_monitor_height()
,
get_monitor_name()
,
get_monitor_physical_height()
,
get_monitor_physical_width()
,
get_monitor_position()
,
get_monitor_refresh_rate()
,
get_monitor_width()