The data packet is a location in application storage where the Touch Display driver will return to the caller the Touch Display event. The format is as follows:

┌────────────────────────────────────────────┐
│Field                Length     C Datatype  │
├────────────────────────────────────────────┤
│Remaining Events     WORD       USHORT      │
├────────────────────────────────────────────┤
│Status               WORD       USHORT      │
├────────────────────────────────────────────┤
│Time Stamp           WORD       USHORT      │
├────────────────────────────────────────────┤
│X                    WORD       USHORT      │
├────────────────────────────────────────────┤
│Y                    WORD       USHORT      │
├────────────────────────────────────────────┤
│Z                    WORD       USHORT      │
└────────────────────────────────────────────┘


[Back] [Next]