Searched refs:tip_state (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-totem.c | 375 enum libinput_tablet_tool_tip_state tip_state; in totem_handle_slot_state() local 393 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in totem_handle_slot_state() 398 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in totem_handle_slot_state() 409 tip_state, in totem_handle_slot_state() 415 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in totem_handle_slot_state() 420 tip_state, in totem_handle_slot_state() 452 tip_state, in totem_handle_slot_state() 465 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in totem_handle_slot_state() 469 tip_state, in totem_handle_slot_state() 559 enum libinput_tablet_tool_tip_state tip_state; in totem_interface_suspend() local [all...] |
H A D | evdev-tablet.c | 1209 enum libinput_tablet_tool_tip_state tip_state; in tablet_notify_button_mask() local 1212 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in tablet_notify_button_mask() 1214 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in tablet_notify_button_mask() 1223 tip_state, in tablet_notify_button_mask() 1714 enum libinput_tablet_tool_tip_state tip_state; in tablet_send_axes() local 1721 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in tablet_send_axes() 1723 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in tablet_send_axes() 1728 tip_state, in tablet_send_axes()
|
H A D | libinput.c | 219 enum libinput_tablet_tool_tip_state tip_state; member 1576 return event->tip_state; in libinput_event_tablet_tool_get_tip_state() 2765 enum libinput_tablet_tool_tip_state tip_state, in tablet_notify_axis() 2777 .tip_state = tip_state, in tablet_notify_axis() 2806 .tip_state = LIBINPUT_TABLET_TOOL_TIP_UP, in tablet_notify_proximity() 2824 enum libinput_tablet_tool_tip_state tip_state, in tablet_notify_tip() 2835 .tip_state = tip_state, in tablet_notify_tip() 2853 enum libinput_tablet_tool_tip_state tip_state, in tablet_notify_button() 2762 tablet_notify_axis(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_axis() argument 2821 tablet_notify_tip(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_tip() argument 2850 tablet_notify_button(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, const struct tablet_axes *axes, int32_t button, enum libinput_button_state state) tablet_notify_button() argument [all...] |
H A D | libinput-private.h | 742 enum libinput_tablet_tool_tip_state tip_state, 758 enum libinput_tablet_tool_tip_state tip_state, 766 enum libinput_tablet_tool_tip_state tip_state,
|
Completed in 12 milliseconds