mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Wayland fix attempt
This commit is contained in:
parent
7da96121a2
commit
148f507272
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::collections::VecDeque;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use {VirtualKeyCode, ElementState, Event};
|
||||
use {VirtualKeyCode, ElementState, WindowEvent as Event};
|
||||
|
||||
use super::wayland_kbd;
|
||||
use wayland_client::EventQueueHandle;
|
||||
|
|
Loading…
Add table
Reference in a new issue