Hi there, such problem:
i have an application that written with PalmOS SDK2.0
I need to convert it to SDK3.5
In my application i'm using PenQueuePtr:
PenQueuePtr pen=((SysEvtMgrGlobalsPtr)GSysEvtMgrGlobalsP)->penQP;
if (*(Int32*)ptP==creatorID) {
if (pen->addStrokeStart>=0) {
PointType p={-1,-1};
oldtrap(&p);
}
return 0;
}
this function captures sysTrapEvtEnqueuePenPoint, and i can check when
stroke begins.
When it happens i push point {-1,-1} to old handler, so system thinks, that
user up the pen, though pen is still on the screen.
The problem: there no PenQueuePtr in new SDK.
How can i make such function with new SDK?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/