Home
last modified time | relevance | path

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

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet.h132 axis = LIBINPUT_TABLET_TOOL_AXIS_TILT_Y; in evcode_to_axis()
183 case LIBINPUT_TABLET_TOOL_AXIS_TILT_Y: in axis_to_evcode()
H A Devdev-tablet.c521 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y)) { in tablet_update_tilt()
558 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y)) { in tablet_update_mouse_rotation()
573 clear_bit(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in tablet_update_rotation()
907 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in tool_set_bits_from_libwacom()
953 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in tool_set_bits()
1198 bit_is_set(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_TILT_Y))) in sanitize_mouse_lens_rotation()
H A Dlibinput-private.h325 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y = 6, enumerator
H A Dlibinput.c1122 LIBINPUT_TABLET_TOOL_AXIS_TILT_Y); in libinput_event_tablet_tool_tilt_y_has_changed()