I haven't programmed in 68k in a long while, but I am pretty sure this will
do the trick:

Err     PenGetRawPen(PointType* penP)
                                SYS_TRAP(*sysTrapPenGetRawPen*);

this will get the RAW ADC outputs for the pen position (as much
precision as there is)
then you can use

Then on that point you can call

Err     PenRawToScreen(PointType* penP)
                                SYS_TRAP(sysTrapPenRawToScreen);

which will convert it to 0-160 coords. This will give you the LINEAR
scale to use to convert
now apply it yourself to the original raw point to get the coordinates
with as much precision as you wish


On 10/13/08, Darren Barnes <[EMAIL PROTECTED]> wrote:
>
> The question, more accuratly, is:
>
> is the touchpad input device that covers the output display configured with
> 320x480(TX)
> input sensors (or 320x320, most other newer palms, etc.)
>
> many thanks
> all help appreciated
>
>
>
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe, 
> please see http://www.access-company.com/developers/forums/
>
>


-- 
----
Best Regards,
Dmitry Grinberg
(847) 226 9295

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to