Home
last modified time | relevance | path

Searched refs:has_xy (Results 1 - 2 of 2) sorted by relevance

/third_party/libinput/src/
H A Devdev-totem.c720 bool has_xy, has_slot, has_tool_dial, has_size, has_touch_size; in totem_reject_device() local
723 has_xy = libevdev_has_event_code(evdev, EV_ABS, ABS_MT_POSITION_X) && in totem_reject_device()
733 if (has_xy && has_slot && has_tool_dial && has_size && has_touch_size) in totem_reject_device()
739 has_xy ? "" : " xy", in totem_reject_device()
H A Devdev-tablet.c2545 bool has_xy, has_pen, has_btn_stylus, has_size; in tablet_reject_device() local
2547 has_xy = libevdev_has_event_code(evdev, EV_ABS, ABS_X) && in tablet_reject_device()
2553 if (has_xy && (has_pen || has_btn_stylus) && has_size) in tablet_reject_device()
2559 has_xy ? "" : " xy", in tablet_reject_device()

Completed in 5 milliseconds