4D Plugin API


Alphabetical command list

version 2003


// --------------------------------------------------------------------------------
// Event Record (same as Macintosh EventRecord)
// --------------------------------------------------------------------------------
 
typedef struct PA_Event
{
   short         fWhat;
   long         fMessage;
   long         fWhen;
   short         fWhereV;
   short         fWhereH;
   short         fModifiers;
} PA_Event;