Constant input_sys::libinput_event_type_LIBINPUT_EVENT_TABLET_PAD_BUTTON[][src]

pub const libinput_event_type_LIBINPUT_EVENT_TABLET_PAD_BUTTON: libinput_event_type = 700;
Expand description

A button pressed on a device with the @ref LIBINPUT_DEVICE_CAP_TABLET_PAD capability.

A button differs from @ref LIBINPUT_EVENT_TABLET_PAD_KEY in that buttons are sequentially indexed from 0 and do not carry any other information. Keys have a specific functionality assigned to them. The key code thus carries a semantic meaning, a button number does not.

This event is not to be confused with the button events emitted by tools on a tablet (@ref LIBINPUT_EVENT_TABLET_TOOL_BUTTON).

@since 1.3