pete moss wrote:
>
> anyone know how to detect a pen tap below the screen? for instance, if
> i want to write a hack that gets activated when a special part of the
> graffiti area is tapped, how would i go about it? does PenUp() return
> dimensions different from the screen dimensions?
The general way to do this is to patch EvtProcessSoftKeyStroke()
and watch for your custom stroke. Have a good knowledge of other
hacks out there, though, and try not to tread on the toes of other
developers' custom strokes.
Regards,
Daniel.