home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / asm / 3dvect25 / xmouse.inc < prev    next >
Encoding:
Text File  |  1993-06-26  |  399 b   |  14 lines

  1. ; externals for routines from xmouse.inc
  2.  
  3.         extrn  show_mouse:near    ; show_mouse(int x,int y)
  4.         extrn  get_mouse_position:near
  5.         extrn  plot_mouse:near
  6.         extrn  remove_mouse:near
  7.         extrn  instant_mouse:near
  8.  
  9.         extrn  mousex:word
  10.         extrn  mousey:word
  11.         extrn  mbuttons:word
  12.         extrn  ismouse:word              ; 0 = mouse present
  13.  
  14.