Struct
PhocTabletPad
Description
struct PhocTabletPad {
wl_list link;
wlr_tablet_v2_tablet_pad* tablet_v2_pad;
PhocSeat* seat;
wlr_input_device* device;
wl_listener device_destroy;
wl_listener attach;
wl_listener button;
wl_listener ring;
wl_listener strip;
PhocTablet* tablet;
wl_listener tablet_destroy;
}
No description available.
Structure members
linkNo description available.
tablet_v2_padNo description available.
seatNo description available.
deviceNo description available.
device_destroyNo description available.
attachNo description available.
buttonNo description available.
ringNo description available.
stripNo description available.
tabletNo description available.
tablet_destroyNo description available.