mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
input: support tablet-v2 pad notifications
This commit is contained in:
parent
61e5e0e4d9
commit
3c0cea92f2
4 changed files with 155 additions and 10 deletions
|
|
@ -504,6 +504,7 @@ focus_change_notify(struct wl_listener *listener, void *data)
|
|||
}
|
||||
if (view) {
|
||||
view_set_activated(view, true);
|
||||
tablet_pad_enter_surface(seat, surface);
|
||||
}
|
||||
server->active_view = view;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue