home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / vlt_455 / rexx / vltmouse2.scp < prev    next >
Text File  |  1991-02-12  |  416b  |  12 lines

  1. #   VLTMouse.scp
  2. #
  3. #   Program VLT's mouse to put up a message window with the various
  4. #   mouse coordinates.
  5. #
  6. mouse off (~mess (Mouse  y, x: %2d %2d*NCursor y, x: %2d %2d*NLines/Cols : %2d %2d*NQualifiers : %x))
  7. message (Your mouse has been reprogrammed.*N*NWait until this message has gone away.*NThen, click  anywhere in VLT's  screen*Nand  hold down  the left mouse button.)
  8. delay 6
  9. message
  10. mouse on
  11. exit quiet
  12.