mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
add a warning when mouse is released by compositor
This can not be influenced and is helpful for debugging
This commit is contained in:
@@ -720,6 +720,7 @@ impl Dispatch<wl_pointer::WlPointer, ()> for State {
|
||||
* lock, relative pointer,... objects are still in place)
|
||||
*/
|
||||
app.ungrab();
|
||||
log::warn!("compositor released mouse");
|
||||
}
|
||||
wl_pointer::Event::Button {
|
||||
serial: _,
|
||||
|
||||
Reference in New Issue
Block a user