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:
parent
8998e36994
commit
c2951e0194
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue