home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
vlt_410.lzh
/
Vlt
/
rexx
/
VLTMouse.vlt
< prev
next >
Wrap
Text File
|
1990-11-24
|
236b
|
11 lines
/** VLTMouse.vlt
*
* Demo of how to program VLT's mouse to send something to an ARexx port.
* See also VLTMouse.rexx.
*
**/
address AREXX "VLTMouse.rexx"
call delay(100)
"mouse on (~rx 'address VLTMOUSE %d %d %d %d %d %d %d')"
exit