> 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]

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to