home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chiputil / cpointer23.rea < prev    next >
Text File  |  2002-01-07  |  3KB  |  113 lines

  1. Short:    Puts Mouse Pointer anywhere on screen
  2. Author:   splayer@attcanada.ca (Allan Versaevel)
  3. Uploader: splayer@attcanada.ca (Allan Versaevel)
  4. Type:     util/boot
  5.  
  6.  
  7. CPointer 2.3 is a simple utility that will centre the mouse pointer on boot-up and
  8. much more.
  9.  
  10.  
  11. Features:
  12.  
  13. - Will centre the mouse pointer on any size screen.(Default)
  14. - User defined co-ordinates can be set.
  15. - Left mousebutton can be activated with delay (screen activation)
  16. - Double-click can be emulated.
  17. - Works with native screenmodes as well as Graphics cards.
  18.  
  19.  
  20. NOTE:
  21. *****
  22.  
  23. ****  CPointer is CLI only. It will promptly crash if try to run  ****
  24. ****                      it from Workbench !!                    ****
  25.  
  26.  
  27. Usage:
  28.  
  29. C:CPointer XPOS YPOS DELAY DCLICK
  30.  
  31. XPOS  = X position on screen   > if the X and Y values are omittied, the pointer <
  32. YPOS  = Y position on screen   > is centred by defualt.                          <
  33.  
  34. DELAY = fakes a left mouse button click after so many ticks. (50 ticks = 1 second. 60 if NTSC)
  35.         Good for activating a screen like WorkBench after boot. 0-600 allowed (0 to 10 seconds)
  36.  
  37. DCLICK  Will execute a double click. This could be used to have the pointer
  38.         double-click on an icon to run it. Use your imagination :)
  39.  
  40. Installation:
  41.  
  42. 1) Dump CPointer to your C: dir.
  43.  
  44. 2) Fire up your favorite text editor.
  45.  
  46. 3) Now, just before LoadWB add this line:
  47.  
  48.  
  49. ~~~~~~~~~~~~~~
  50.  
  51. Run >NIL: C:CPointer XPOS=<value> YPOS=<value> DELAY=<delay> DCLICK (see below for explanation)
  52.  
  53. C:LoadWB
  54.  
  55. EndCli >NIL:
  56.  
  57.  
  58. ~~~~~~~~~~~~~~
  59.  
  60. Examples:
  61.  
  62. Run >NIL: C:CPointer ; This will centre the mouse pointer on the current screen
  63.  
  64. Run >NIL: C:CPointer DELAY=0  ; This will centre the mouse pointer aswell as activate the current screen.
  65.  
  66. Run >NIL: C:CPointer DELAY=250 ; Centre Mouse Pointer on screen. Fake a left mouse button click 4.5 seconds
  67.                                  after CPointer is run.
  68.  
  69.  
  70. Run >NIL: C:CPointer XPOS=100 YPOS=200 DELAY=250 DCLICK ; Position mouse at 100,200 and fake a
  71.                                                           double click after 4.5 seconds.
  72.  
  73. You get the idea......
  74.  
  75.  
  76. Now on every boot, your mouse pointer will be centred on your Workbench
  77. Screen. Put over an icon or icon bay. Run a program through it's icon.
  78. Do what you will. :)
  79.  
  80.  
  81. Testers:
  82. --------
  83.  
  84. Laurence Walton - Initial tests
  85.  
  86. Isaac Morris    - GFX card tests
  87.  
  88.  
  89. E-Mail me at splayer@attcanada.ca if you find CPointer useful. Thanks.
  90.  
  91.  
  92. If you like music and use Play16, Mpega, and Audio CD's, check out my Super
  93. Audio GUI, SPlayer at http://us1.arcnet.vapor.com/splayer
  94.  
  95.  
  96. Regards,
  97. Allan Versaevel
  98.  
  99.  
  100.  
  101. History
  102. -------
  103.  
  104. v2.3 - 29.12.01
  105.  
  106. - Improved CLI parameter parsing
  107. - Changed X and Y defaults if user inputs bad
  108.   data.
  109.  
  110.  
  111.     I forget what i changed in previous versions. It has been over a year since
  112. I programmed anything....so be easy on me :)
  113.