Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
H A Dpsm.c280 int in_taphold; member
3927 if (gest->in_taphold || (nfingers == 3 && three_finger_drag))
3948 if (!gest->in_taphold && !ms->button &&
4055 if (gest->in_taphold) {
4060 gest->in_taphold = 0;
4086 gest->in_taphold = 1;
4119 if (gest->in_taphold) {
4123 gest->in_taphold = 0;
4129 } else if (!(sc->flags & PSM_FLAGS_FINGERDOWN) && gest->in_taphold) {
4140 gest->in_taphold = 0;
[all …]