X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58dee2114566dfe586ecbc8d746856c3cb364cf6..4116fac052b9b6f7963b4acf2721a24075692454:/docs/latex/wx/mouseevt.tex diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 757207ce3e..9b32a12a84 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -192,8 +192,8 @@ 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\_MIDDLE}}{check if middle button was pressed} +\twocolitem{{\tt wxMOUSE\_BTN\_RIGHT}}{check if right button was pressed} \twocolitem{{\tt wxMOUSE\_BTN\_ANY}}{check if any button was pressed} \end{twocollist} @@ -230,7 +230,7 @@ values). -\membersection{wxKeyEvent::CmdDown}\label{wxmouseeventcmddown} +\membersection{wxMouseEvent::CmdDown}\label{wxmouseeventcmddown} \constfunc{bool}{CmdDown}{\void}