pub fn update_full_window_state(
full_window_state: &mut FullWindowState,
window_state: &WindowState,
)
Expand description
Overwrites all fields of the FullWindowState
with the fields of the WindowState
,
but leaves the extra fields such as .hover_nodes
untouched