]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mouseevt.tex
Changed version to 2.5.1
[wxWidgets.git] / docs / latex / wx / mouseevt.tex
index fcef0f94cbd2c836a224b9b31e0a2088b2b044ec..75cb7c3c76ed82bb90b316f1ca6a750d54e45374 100644 (file)
@@ -173,10 +173,10 @@ Returns true if the identified mouse button is changing state. Valid
 values of {\it button} are:
 
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\tt wxMOUSE\_BTN\_LEFT}{check if left button was pressed}}
-\twocolitem{{\tt wxMOUSE\_BTN\_MIDDLE}{check if left button was pressed}}
-\twocolitem{{\tt wxMOUSE\_BTN\_RIGHT}{check if left button was pressed}}
-\twocolitem{{\tt wxMOUSE\_BTN\_ANY}{check if any button was pressed}}
+\twocolitem{{\tt wxMOUSE\_BTN\_LEFT}}{check if left button was pressed}
+\twocolitem{{\tt wxMOUSE\_BTN\_MIDDLE}}{check if left button was pressed}
+\twocolitem{{\tt wxMOUSE\_BTN\_RIGHT}}{check if left button was pressed}
+\twocolitem{{\tt wxMOUSE\_BTN\_ANY}}{check if any button was pressed}
 \end{twocollist}
 
 \membersection{wxMouseEvent::ButtonDClick}