mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
parent
6b5b570b45
commit
401d20fa1f
|
@ -555,7 +555,7 @@ impl<T> EventLoopWindowTarget<T> {
|
|||
}
|
||||
|
||||
self.xconn
|
||||
.select_xinput_events(self.root, ffi::XIAllDevices, mask)
|
||||
.select_xinput_events(self.root, ffi::XIAllMasterDevices, mask)
|
||||
.queue();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue