uatp.c | 1716 unsigned int y_pressure, y_raw, y_fingers; local in function:interpret_input 1721 y_pressure = interpret_dimension(sc, uatp_y_acc(sc), 1727 y_pressure, y_raw, y_fingers, 1730 if ((x_pressure == 0) && (y_pressure == 0)) { 1748 } else if ((x_pressure == 0) || (y_pressure == 0)) { 1753 } else if ((x_pressure == 1) && (y_pressure == 1)) {
|