From a2cc43a956c55b7b5626726df5a5659144a049a3 Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Fri, 27 Nov 2009 12:17:28 +0000 Subject: [PATCH] Few fixes. git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@239 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Doc/mufasa_handbook.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/mufasa_handbook.tex b/Doc/mufasa_handbook.tex index 8470dfe..3d4269f 100644 --- a/Doc/mufasa_handbook.tex +++ b/Doc/mufasa_handbook.tex @@ -28,7 +28,7 @@ TClickType, which, as the name suggests, defines the click type. \begin{itemize} \item $mouse\_Right = 0$ \item $mouse\_Left = 1$ - \item $mouse_Middle = 2$ + \item $mouse\_Middle = 2$ \end{itemize} TMousePress, which defines if the mouse button is to be down or up. @@ -62,7 +62,7 @@ will be set to x, y. {x, y: }}{\color{typeGreen}{Integer}}; {\color{typeRed}{clickType :}} {\color{typeGreen}{clickType}})} -ReleaseMouse releases the given mouse button (clickType) down at the specified x,y +ReleaseMouse releases the given mouse button (clickType) at the specified x,y coordinate. If the mouse if not at the given x, y yet, the mouse position will be set to x, y.