and here it is on Acer's support pages for the Liquid
Acer Liquid Kernel Source
Just making a new thread so its easy to find by our wonderful developers
behnaam, on Jan 29 2010, 13:03, said:
matroska, on Jan 29 2010, 14:43, said:
Edited by maxisma, 29 January 2010 - 04:56 PM.
matroska, on Jan 29 2010, 14:43, said:
amdnikos, on Jan 29 2010, 13:56, said:
if (!finger2_pressed) {
/* No multitouch -- force width to zero */;
width = 0;
x = coord[0][0];
y = coord[0][1];
} else {
/* (x,y) coords for multitouch are at midpt between fingers */
x = (coord[0][0] + coord[1][0]) / 2;
y = (coord[0][1] + coord[1][1]) / 2;
/* Report the width according to the abs distance of x-axis */
width = abs((coord[0][0] - coord[1][0]));
}
Nkx, on Jan 29 2010, 16:25, said:
0 members, 0 guests, 0 anonymous users