From ed6c37cc7948e60e0f737912acf9de424f211c9d Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Tue, 1 Dec 2009 00:12:41 +0000 Subject: [PATCH] Another fix by mixster git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@258 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Doc/mufasa_ps_handbook.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/mufasa_ps_handbook.tex b/Doc/mufasa_ps_handbook.tex index 662e489..09fec53 100644 --- a/Doc/mufasa_ps_handbook.tex +++ b/Doc/mufasa_ps_handbook.tex @@ -55,7 +55,7 @@ GetMousePos returns the current position of the mouse in $x$ and $y$. \subsection{HoldMouse} \textbf{procedure} {\color{blue}{HoldMouse}}({\color{typeRed} {x, y: }}{\color{typeGreen}{Integer}}; {\color{typeRed}{clickType :}} -{\color{typeGreen}{clickType}}) +{\color{typeGreen}{TClickType}}) HoldMouse holds the given mouse button (clickType) down at the specified $x$, $y$ coordinate. If the mouse if not at the given $x$, $y$ yet, the mouse position @@ -64,7 +64,7 @@ will be set to $x$, $y$. \subsection{ReleaseMouse} \textbf{procedure} {\color{blue}{ReleaseMouse}}({\color{typeRed} {x, y: }}{\color{typeGreen}{Integer}}; {\color{typeRed}{clickType :}} -{\color{typeGreen}{clickType}}); +{\color{typeGreen}{TClickType}}); 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 @@ -73,7 +73,7 @@ will be set to $x$, $y$. \subsection{ClickMouse} \textbf{procedure} {\color{blue}{ClickMouse}}({\color{typeRed} {x, y: }}{\color{typeGreen}{Integer}}; {\color{typeRed}{clickType :}} -{\color{typeGreen}{clickType}}); +{\color{typeGreen}{TClickType}}); ClickMouse performs a click with the given mouse button (clickType) at the specified x, y coordinate.