home *** CD-ROM | disk | FTP | other *** search
- /*********************
- *
- * ms_defs.h [NON-ANSI] - mouse definition file.
- *
- * Purpose: This file contains the globals for the mouse drivers.
- *
- * Blackstar C Function Library
- * (c) Copyright 1985,1989 Sterling Castle Software
- *
- *******/
-
- int ms_mask[] = {
- 0x3fff,0x1fff,0x0fff,0x07ff,0x03ff,0x01ff,0x00ff,0x003f,0x001f,
- 0x01ff,0x10ff,0x30ff,0xf87f,0xf87f,0xfc3f,
- 0x0000,0x4000,0x6000,0x7000,0x7800,0x7c00,0x7e00,0x7f00,0x7f80,
- 0x78c0,0x7c00,0x4600,0x0600,0x0300,0x0300,0x0180};
-
- int mouse1_,mouse2_,mouse3_,mouse4_;
-
- int mvcnt_,mhcnt_; /* mouse speed count vert,horiz */
- int mcol_,mrow_; /* mouse position */
- int mlbut_,mrbut_; /* button status */
- int mlpcol_,mrpcol_; /* position at pressed */
- int mlprow_,mrprow_;
- int mlbutp_,mrbutp_; /* # times button pressed */
- int mlbutr_,mrbutr_; /* button released */
- int mlrcol_,mlrrow_; /* left release col,row location */
- int mrrcol_,mrrrow_; /* right release col,row location */
-