mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
parent
6b5b570b45
commit
401d20fa1f
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ impl<T> EventLoopWindowTarget<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
self.xconn
|
self.xconn
|
||||||
.select_xinput_events(self.root, ffi::XIAllDevices, mask)
|
.select_xinput_events(self.root, ffi::XIAllMasterDevices, mask)
|
||||||
.queue();
|
.queue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue