Home
last modified time | relevance | path

Searched defs:libinput_tablet_tool (Results 1 – 1 of 1) sorted by relevance

/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput-private.h345 struct libinput_tablet_tool { struct
349 enum libinput_tablet_tool_type type; argument
350 unsigned char axis_caps[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
351 unsigned char buttons[NCHARS(KEY_MAX) + 1];
352 int refcount;
353 void *user_data;
356 struct threshold pressure_threshold;
357 int pressure_offset; /* in device coordinates */
358 bool has_pressure_offset;