From: Vadim Zeitlin Date: Mon, 9 Dec 2002 00:06:20 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ecb7e58c24e298af23dd2c6292df3f53538bd0a1 fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index a26d2b4c76..ee5dc36b93 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -16,7 +16,7 @@ time. {\bf NB:} Note the difference between methods like \helpref{LeftDown}{wxmouseeventleftdown} and -\helpref{LeftIsDown}{wxmouseeventleftisdown}: the format returns {\tt TRUE} +\helpref{LeftIsDown}{wxmouseeventleftisdown}: the former returns {\tt TRUE} when the event corresponds to the left mouse button click while the latter returns {\tt TRUE} if the left mouse button is currently being pressed. For example, when the user is dragging the mouse you can use