home *** CD-ROM | disk | FTP | other *** search
- Rexxinput
- Copyright 1990 by Gemini Consultants, Inc
- written by Michael B. Brashier
- No commercial distribution is allowed.
- This file must be included with any distribution.
- Rexxinput requires AmigaDOS 2.0
- Rexxinput opens an Arexx port that arexx programs can send commands to to
- produce input events.
-
- Please report any bugs,problems, or suggestions to
- Michael B. Brashier
- P.O. Box 658
- Dolomite, AL 35061-0658
-
- or on BIX as mbrashier
-
- rxtest.rexx is a very simple example of how to use Rexxinput.
-
- Commands:
-
- mouseto - move the pointer to the xy cords spicified.
- example - 'mouseto 30 10'
-
- string - inputs a null terminated string.
- example - 'stringcd'
-
- sendchar - inputs a single character.
- example - 'sendcharA'
-
- mouserel - moves the pointer relative to its present location.
- example - 'mouserel 1 1'
-
- clicklbutton - press and release the left mouse button.
- example - 'clicklbutton'
-
- clickrbutton - press and release the right mouse button.
- example - 'clickrbutton'
-
- presslbutton - press and hold the left mouse button.
- example - 'presslbutton'
-
- rellbutton - release the left mouse button.
- example - 'rellbutton'
-
- pressrbutton - press and hold the right mouse button.
- example - 'pressrbutton'
-
- relrbutton - release the right mouse button.
- example - 'relrbutton'
-
- I would like to thank the people on BIX who answered my many questions.
- Michael B. Brashier
-
-
-