home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / util / mouse / mouse.h < prev   
Encoding:
C/C++ Source or Header  |  1985-09-10  |  256 b   |  9 lines

  1. /* Declaration of variables used by the mouse interface routines
  2.  *
  3.  */
  4. extern int
  5.     mse_xin, mse_yin;
  6.     prscnt[2], x_lstprs[2], y_lstprs[2];
  7.     rlscnt[2], x_lstrls[2], y_lstrls[2];
  8.     h_micks, v_micks;
  9.