home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / FUNK108A.ZIP / DOS32V30.ZIP / LIB / MOUSE.INC < prev    next >
Encoding:
Text File  |  1995-04-02  |  372 b   |  14 lines

  1. ;                       -=≡ MOUSE.ASM ≡=-
  2.  
  3. ifdef masm                                      ; Allow MASM assembly
  4. global  EQU     externdef
  5. endif
  6.  
  7. Global  MouseDriver     :Near
  8. Global  SetMouseHandler :Near
  9. Global  Micky_X         :Dword
  10. Global  Micky_Y         :Dword
  11. Global  RightButton     :Byte
  12. Global  LeftButton      :Byte
  13. Global  MiddleButton    :Byte
  14.