Few fixes.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@239 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-11-27 12:17:28 +00:00
parent 7adc95e741
commit a2cc43a956
1 changed files with 2 additions and 2 deletions

View File

@ -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.