home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1183.dms / 1183.adf / MouseXY / Mouse-xy.Doc < prev    next >
Text File  |  1991-07-17  |  2KB  |  59 lines

  1.  
  2.                              //
  3.                          \\ // Mouse-xy V1.0
  4.                           \//
  5.  
  6.                                1991
  7.                                 by
  8.                           Preben Nielsen
  9.  
  10.  
  11. WHAT IS MOUSE-XY
  12.  
  13.     This is a little utility that opens a little window in which
  14.   it shows the mouse coordinates and the color at that position
  15.  
  16.     If the left mousebutton is being held down, the coordinates
  17.   is relative to the spot where the mouse was when button got
  18.   pressed.
  19.  
  20.     Moving the mouse out of the screen on which the window is open
  21.   will disable the color-function
  22.  
  23.     Double-clicking the right mousebutton while the window is
  24.   active will make it try to jump to another screen (if any).
  25.  
  26.  
  27.   The program has a couple of nice features:
  28.  
  29.    »  It can be started from both CLI and Workbench.
  30.  
  31.    »  No need to use 'RUN' or 'RUNBACK' when running this program
  32.       from the CLI. It is auto-detaching.
  33.  
  34.    »  The size of the window and the use of colors in it depends on
  35.       the version of the Kickstart/Workbench (1.2/1.3 vs. 2.?). and
  36.       the screen mode (LORES vs. HIRES).
  37.  
  38.    »  The window will automatically evacuate any closing screen and
  39.       try to open on another screen.
  40.  
  41.    »  The coordinates can still be monitored while you are moving/re-sizing
  42.       a window or moving workbench-icons !!.
  43.  
  44.       Normally this is impossible because intuition freezes all layers on
  45.       the screen by calling 'LockLayers'. But I accomplished it by disabling
  46.       any call that the graphics functions make to 'LockLayerRom' and
  47.       'UnlockLayerRom' with this windows layer.
  48.  
  49.  
  50. =====================================================================
  51.    Send bug-reports, suggestions, comments etc. to:
  52.  
  53.         ///
  54.        ///  Preben Nielsen
  55.  \\\  ///  Oehlenschlægersgade 72 st. T.V.
  56.   \\\///  1663 Copenhagen V.
  57.    \///  Denmark
  58.  
  59.