Trait smithay::wayland::tablet_manager::TabletSeatTrait[][src]

pub trait TabletSeatTrait {
    fn tablet_seat(&self) -> TabletSeatHandle;
}
Expand description

Extends Seat with graphic tablet specific functionality

Required methods

Get tablet seat associated with this seat

Implementors