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:
Bruce Mitchener 2024-04-14 08:12:39 +07:00 committed by GitHub
parent 8998e36994
commit c2951e0194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {