fixed a typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-09 00:06:20 +00:00
parent 8def689d42
commit ecb7e58c24

View File

@@ -16,7 +16,7 @@ time.
{\bf NB:} Note the difference between methods like {\bf NB:} Note the difference between methods like
\helpref{LeftDown}{wxmouseeventleftdown} and \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 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 returns {\tt TRUE} if the left mouse button is currently being pressed. For
example, when the user is dragging the mouse you can use example, when the user is dragging the mouse you can use