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:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-02
|
372 b
|
14 lines
; -=≡ MOUSE.ASM ≡=-
ifdef masm ; Allow MASM assembly
global EQU externdef
endif
Global MouseDriver :Near
Global SetMouseHandler :Near
Global Micky_X :Dword
Global Micky_Y :Dword
Global RightButton :Byte
Global LeftButton :Byte
Global MiddleButton :Byte