home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 408.lha / rexxinput / rexxinput.doc < prev    next >
Encoding:
Text File  |  1990-09-05  |  1.5 KB  |  55 lines

  1. Rexxinput  
  2. Copyright 1990 by Gemini Consultants, Inc
  3.   written by  Michael B. Brashier
  4. No commercial distribution is allowed. 
  5. This file must be included with any distribution.
  6. Rexxinput requires AmigaDOS 2.0
  7. Rexxinput opens an Arexx port that arexx programs can send commands to to
  8. produce input events.
  9.  
  10. Please report any bugs,problems, or suggestions to
  11. Michael B. Brashier
  12. P.O. Box 658
  13. Dolomite, AL 35061-0658
  14.  
  15. or on BIX as mbrashier
  16.  
  17. rxtest.rexx is a very simple example of how to use Rexxinput.
  18.  
  19. Commands:
  20.  
  21. mouseto    -  move the pointer to the xy cords spicified.
  22.   example  -  'mouseto 30 10'
  23.   
  24. string     -  inputs a null terminated string.
  25.   example  -  'stringcd'
  26.   
  27. sendchar   -  inputs a single character.
  28.   example  -  'sendcharA'
  29.   
  30. mouserel   -  moves the pointer relative to its present location.
  31.   example  -  'mouserel 1 1'
  32.   
  33. clicklbutton - press and release the left mouse button.
  34.   example  -  'clicklbutton'
  35.   
  36. clickrbutton - press and release the right mouse button.
  37.   example  -  'clickrbutton'
  38.   
  39. presslbutton - press and hold the left mouse button.
  40.   example  -  'presslbutton'
  41.   
  42. rellbutton -  release the left mouse button.
  43.   example  -  'rellbutton'
  44.   
  45. pressrbutton - press and hold the right mouse button.
  46.   example  -  'pressrbutton'
  47.   
  48. relrbutton - release the right mouse button.
  49.   example  -  'relrbutton'
  50.   
  51. I would like to thank the people on BIX who answered my many questions.
  52.                                         Michael B. Brashier
  53.                                         
  54.  
  55.