mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
docs: Fix copy/paste error in changelog
Due to a copy/paste error a comment in the migration in the changelog mentioned "window events" in a context that was clearly meant for device events. This commit fixes this issue.
This commit is contained in:
@@ -159,7 +159,7 @@ changelog entry.
|
||||
}
|
||||
|
||||
fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
|
||||
// Handle window event.
|
||||
// Handle device event.
|
||||
}
|
||||
|
||||
fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {
|
||||
|
||||
Reference in New Issue
Block a user