Lines Matching refs:swipe
148 /* touchpad swipe */
152 } swipe;
535 /* swipe */
537 cairo_translate(cr, w->swipe.x, w->swipe.y);
538 for (int i = 0; i < w->swipe.nfingers; i++) {
1043 w->swipe.x = w->width/2;
1044 w->swipe.y = w->height/2;
1559 w->swipe.nfingers = nfingers;
1560 w->swipe.x = w->width/2;
1561 w->swipe.y = w->height/2;
1566 w->swipe.x += dx;
1567 w->swipe.y += dy;
1570 w->swipe.nfingers = 0;
1571 w->swipe.x = w->width/2;
1572 w->swipe.y = w->height/2;