Initial support for tablet input
This commit is contained in:
parent
b41a5c74af
commit
cf9ae91e96
4 changed files with 218 additions and 58 deletions
6
src/wayland/handlers/tablet_manager.rs
Normal file
6
src/wayland/handlers/tablet_manager.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::state::State;
|
||||
use smithay::delegate_tablet_manager;
|
||||
|
||||
delegate_tablet_manager!(State);
|
||||
Loading…
Add table
Add a link
Reference in a new issue