Home
last modified time | relevance | path

Searched refs:LIBINPUT_TABLET_TOOL_AXIS_TILT_Y (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.h150 axis = LIBINPUT_TABLET_TOOL_AXIS_TILT_Y; in evcode_to_axis()
201 case LIBINPUT_TABLET_TOOL_AXIS_TILT_Y: in axis_to_evcode()
Devdev-tablet.c585 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y)) { in tablet_update_tilt()
622 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y)) { in tablet_update_mouse_rotation()
637 clear_bit(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in tablet_update_rotation()
977 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in tool_set_bits_from_libwacom()
1020 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in tool_set_bits()
1292 bit_is_set(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y))) in sanitize_mouse_lens_rotation()
Dlibinput-private.h362 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y = 6, enumerator
Dlibinput.c1212 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in libinput_event_tablet_tool_tilt_y_has_changed()