home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_02 / 1n02078b < prev    next >
Text File  |  1990-07-09  |  293b  |  10 lines

  1.  
  2. typedef struct
  3. {
  4.     int opcode;  /* the function number variable */
  5.     int status;  /* the button-press status variable for function 3 */
  6.     int dx;      /* with call 11 (mpos_read()), dx & dy return change in x */
  7.     int dy;      /* or y position since last call. */
  8. } mstruc;
  9.  
  10.