Remove OutOfBounds variant from MouseCursor

This commit is contained in:
Héctor Ramón Jiménez 2020-04-29 03:11:15 +02:00
parent 85dc07c3b0
commit 59403b6ca8
19 changed files with 18 additions and 22 deletions

View file

@ -205,7 +205,7 @@ pub trait Application: Sized {
let mut cache = Some(user_interface.into_cache());
let mut events = Vec::new();
let mut mouse_cursor = MouseCursor::OutOfBounds;
let mut mouse_cursor = MouseCursor::default();
let mut modifiers = winit::event::ModifiersState::default();
debug.startup_finished();