Let me be more specific... How do I use the EvtGetPenBtnList function in a non-Palm v3.5 program? The function isn't listed as new in the documentation, and the trap exists in at least v3.1, but the datatype doesn't exist and neither does the function declaration in the v.3.1 support code. So how can I call it? Should I just copy and paste the declaration and datatype from the v3.5 code and make sure the trap is the same? Will this cause any sort of incompatibilities? Help! (Thanks)
-Jacob "Jacob Vitas Vogelstein" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > How do I use the EvtGetPenBtnList function ? Here's how it is presented in > the documentation: > > const PenBtnInfoType* EvtGetPenBtnList (UInt16* numButtons) > > -- numButtons is a "Pointer to the variable to contain the number of buttons > in the array" > > -- "PenBtnInfoType*" is an "array containing the bounds of each > silk-screened button and the ASCII code and modifiers byte to generate for > each button." > > What I want to generate is a list of the bounds of the 4 silk-screened > buttons that I can pass into RctPtInRectangle. Thanks for your help. > > -Jacob > > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
