I need to look at the pen stroke under OS5 when responding to a sysNotifyProcessPenStrokeEvent notification, in order to figure out whether the stroke crosses the middle line so I can capitalize the next letter (ala MiddleCapsHack).
The parameter block for this notification contains the start and end point for the stroke - what else do you need to do your analysis?
BTW, I don't think you want to try peeking at the pen stroke queue directly, as it stores data in a compressed format, you need to worry about scaling & conversion from raw to screen coordinates, etc.
-- Ken -- Ken Krugler <http://www.krugler.org> +1 530-265-2225
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
