pbms.c | 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 614 x_det = detect_pos(sc->sc_acc, sc->sc_x_sensors, sc->sc_theshold, 627 } else if (x_det == 0 && y_det == 0) { 631 } else if (x_det > 0 && y_det > 0) {
|