home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 16 / amigaformatcd16.iso / -readerstuff- / mike_archer / mousetools / waitmouse.doc < prev    next >
Encoding:
Text File  |  1997-05-27  |  2.2 KB  |  57 lines

  1.     ---------------------------------------------------------------------
  2.     WaitMouse                                        ©1997 by Mike Archer
  3.     ---------------------------------------------------------------------
  4.  
  5.     WaitMouse will simply wait for the specified mouse button.
  6.  
  7.     TEMPLATE : WaitMouse LEFT/S,RIGHT/S,BOTH/S,RELEASE/S
  8.  
  9.     * LEFT specifies that the program should wait for a LMB click.
  10.  
  11.     * RIGHT specifies that the program should wait for a RMB click.
  12.  
  13.     * BOTH specifies that the program should wait for both Left and Right
  14.       buttons to be held down simultaneously.
  15.  
  16.     * RELEASE specifies that the program must also wait for the button(s)
  17.       to be released too.
  18.  
  19.     You may only specify one of the LEFT,RIGHT & BOTH parameters.
  20.  
  21.     If  you give the RELEASE parameter on it's own, then the program will
  22.     not  wait  for  any  mouse buttons to be clicked.  If any buttons are
  23.     already pressed down when the program is run though, it will wait for
  24.     their release before continuing.
  25.  
  26.  
  27.  
  28.     DISTRIBUTION :
  29.  
  30.     WaitMouse  is  FreeWare,  copyright remains with me.  You can however
  31.     copy  it  as much as you like as long as the following conditions are
  32.     met...
  33.  
  34.     * Both files WaitMouse & WaitMouse.Doc are distributed together.
  35.  
  36.     * Neither WaitMouse nor WaitMouse.Doc may be changed in any way.
  37.  
  38.     * You agree to the terms of the license below.
  39.  
  40.  
  41.     DISCLAIMER :
  42.  
  43.     Although  every  effort  has  been  made  to ensure that this program
  44.     functions  as  described  in  the  above text, it is provided with no
  45.     guarantee  of it being free from errors, or suitable for every system
  46.     set  up.  No liability shall be accepted by the author, or any person
  47.     involved  with  the distribution this program, for any loss or damage
  48.     of  any  nature  suffered  as  a result of the use or mis-use of this
  49.     program. Your license to use this program is only valid if you accept
  50.     all  liabilities  for  damage  to  any hardware or stored information
  51.     caused by the use of this program.
  52.  
  53.  
  54.     ---------------------------------------------------------------------
  55.      Mike Archer, 29 Holbeck Ave, Marton, Blackpool, Lancashire, FY4 4LS
  56.     ---------------------------------------------------------------------
  57.