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.