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
link: wl_list

No description available.

tablet_v2_pad: wlr_tablet_v2_tablet_pad*

No description available.

seat: PhocSeat

No description available.

device: wlr_input_device*

No description available.

device_destroy: wl_listener

No description available.

attach: wl_listener

No description available.

button: wl_listener

No description available.

ring: wl_listener

No description available.

strip: wl_listener

No description available.

tablet: PhocTablet

No description available.

tablet_destroy: wl_listener

No description available.