home *** CD-ROM | disk | FTP | other *** search
- /*********************
- *
- * ms_head.h [NON-ANSI] - mouse header file.
- *
- * Purpose: This file contains the constants and global variables
- * used by the mouse functions.
- *
- * Blackstar C Function Library
- * (c) Copyright 1985,1989 Sterling Castle Software
- *
- *******/
-
- extern int ms_mask[];
-
- extern int mouse1_,mouse2_,mouse3_,mouse4_;
-
- extern int mvcnt_,mhcnt_; /* mouse speed count vert,horiz */
- extern int mcol_,mrow_; /* mouse position */
- extern int mlbut_,mrbut_; /* button status */
- extern int mlpcol_,mrpcol_; /* position at pressed */
- extern int mlprow_,mrprow_;
- extern int mlbutp_,mrbutp_; /* # times button pressed */
- extern int mlbutr_,mrbutr_; /* button released */
- extern int mlrcol_,mlrrow_; /* left release col,row location */
- extern int mrrcol_,mrrrow_; /* right release col,row location */
-
- extern int ms_ax_,ms_bx_,ms_cx_,ms_dx_; /* mouse return regs */
- extern short int ms_seg_,ms_dseg_;
- extern int ms_off_; /* mouse int svc routine */
- extern int ms_intsvc_(); /* mouse driver interrupt*/
-
-