Lines Matching full:finger
69 * Two finger scrolling - Use two fingers for Z axis scrolling.
71 * Button down/2nd finger - While one finger clicks and holds down the
79 * with the index finger and pushing/holding the
93 * same horizontal axis and will start to glitch the finger detection.
96 * please try to place at least one finger off-axis (a little above or
180 char track_id; /* first finger id */
250 &cyapa_minpressure, 0, "Minimum pressure to detect finger");
271 "Prevent cursor move on single finger for N ticks after scroll");
754 * if you swish around quickly and return your finger to in cyaparead()
1434 * Track timing for finger-downs. Used to detect false-3-finger in cyapa_raw_input()
1465 * Lookup and track finger indexes in the touch[] array. in cyapa_raw_input()
1486 * find it. If that finger is lifted up, assign some other in cyapa_raw_input()
1487 * finger for mouse tracking and reset track_x and track_y in cyapa_raw_input()
1523 /* Two finger scrolling - reset after timeout */ in cyapa_raw_input()
1530 /* Initiate two finger scrolling */ in cyapa_raw_input()
1584 /* Select finger (L = 2/3x, M = 1/3u, R = 1/3d) */ in cyapa_raw_input()