winit's Event has more variants now

This commit is contained in:
Victor Berger 2017-06-23 16:02:15 +02:00
parent 4f6a852652
commit 030261116d
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,7 @@ impl InputBackend for WinitInputBackend {
*time_counter += 1; *time_counter += 1;
} }
Event::DeviceEvent { .. } => {} Event::DeviceEvent { .. } => {}
_ => {}
}); });
} }