I have used eventP->screenX, no difference in sensivity of screen area. A flat finger dosnt return a X value,
"Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have written an app the that displays buttons on scree, uses use there > > fingers/thumb to press the button, however if the person has a flat finger > > then the button doesn't depress, the calc application seem to handle finger > > presses better, any ideas? > > > > Here is the code I am using > > > > switch (eventP->eType) > > { > > case penDownEvent: > > PenGetPoint(&penX, &penY, &penDown); > > why are you using PenGetPoint? (your API?) how about: > > eventP->screenX and > eventP->screenY > > why not use the values you are provided? > > --- > Aaron Ardiri > [EMAIL PROTECTED] > http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.547 / Virus Database: 340 - Release Date: 13/12/2003 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
