mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user