Home
last modified time | relevance | path

Searched refs:SYN_IS_DRAG (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pckbport/
Dsynapticsvar.h92 #define SYN_IS_DRAG(t) ((t) & SYN_GESTURE_DRAG) macro
Dsynaptics.c1933 if (SYN_IS_DRAG(sc->gesture_type)) { in synaptics_gesture_detect()
2022 if (set_buttons || SYN_IS_DRAG(sc->gesture_type)) { in synaptics_gesture_detect()
2178 if (synaptics_edge_motion_delta && SYN_IS_DRAG(sc->gesture_type)) { in synaptics_movement()