The Parameter Packet is a location in application storage that contains a data structure that specifies a restricted area on the screen (collision area). The format of this data structure follows:
┌─────────────────────────────────────────────────────┐ │Field Length C Datatype │ ├─────────────────────────────────────────────────────┤ │Left Row Position WORD SHORT │ ├─────────────────────────────────────────────────────┤ │Left Column Position WORD SHORT │ ├─────────────────────────────────────────────────────┤ │Right Row Position WORD SHORT │ ├─────────────────────────────────────────────────────┤ │Right Column Row Position WORD SHORT │ └─────────────────────────────────────────────────────┘