			DragonDictate for Windows Utility
				-- DDMOUSE.DLL 1.0 --

DDMOUSE.DLL allows you to move your mouse cursor to a specific pixel on
your screen.  It can be done relative to the entire screen, the active
application's window, or the current location of the mouse cursor.

Directions:
1)	Copy DDMOUSE.DLL and DDMOUSE.DCM to your DDWIN directory.
2)	Using Vocabulary Manager, import DDMOUSE.DCM.
	(See pages 172-174 of the User's Guide for details.)
3)	You will then have in your vocabulary the following macros:
		[Mouse Top Left]	;Move cursor to top left corner
					;of entire screen
		[Nudge Left]		;Move cursor 5 pixels to left
		[Nudge Right]		;Move cursor 5 pixels to right
		[Nudge Down]		;Move cursor 5 pixels down
		[Nudge Up]		;Move cursor 5 pixels up
	Bonus macros:
		[What Time Is It]	;Launch Clock and Maximize
		[Thank You]		;Close Clock

		[Right Click]		;Single Click Right Mouse Button


DDMOUSE.DLL has the following functions you can call from a voice macro
with the DllCall DragonDictate scripting command.

OffsetMouseX	;move mouse a number of pixels on the X axis
	example:
		DllCall "DDMOUSE.dll", "OffsetMouseX", "30"
						;move 30 pixels to
						;the right

OffsetMouseY	;same as above but on the Y axis
	example:
		DllCall "DDMOUSE.dll", "OffsetMouseY", "-20"
						;move 20 pixels up

MoveMouseX	;like above with origin at 0 (left side of screen)
MoveMouseY	;like above with origin at 0 (top of screen)
		;The functions above can be used together to
		;put the mouse at a specific location on the screen.

MoveMouseClientX	;This functions works like the moves above,
MoveMouseClientY	;but the origin (0,0) is the upper left corner
			;of the currently active window's client area.

________________________________________________________________________
THIS PROGRAM AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY 
KIND.  The user assumes the entire risk as to the use of this utility.  
You have the right to use this technical information subject to the terms 
of the License Agreement that you received with the product this 
information pertains to.
Copyright 1994 Dragon Systems, Inc.