git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2712
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Returns TRUE if the event was a left double click.
Returns TRUE if the event was a left double click.
-\membersection{wxMouseEvent::LeftDown}
+\membersection{wxMouseEvent::LeftDown}\label{wxmouseeventleftdown}
\constfunc{bool}{LeftDown}{\void}
\constfunc{bool}{LeftDown}{\void}
Returns TRUE if the left mouse button is currently down, independent
of the current event type.
Returns TRUE if the left mouse button is currently down, independent
of the current event type.
+Please notice that it is {\bf not} the same as
+\helpref{LeftDown}{wxmouseeventleftdown} which returns TRUE if the left mouse
+button was just pressed. Rather, it describes the state of the mouse button
+before the event happened.
+
+This event is usually used in the mouse event handlers which process "move
+mouse" messages to determine whether the user is (still) dragging the mouse.
+
\membersection{wxMouseEvent::LeftUp}
\constfunc{bool}{LeftUp}{\void}
\membersection{wxMouseEvent::LeftUp}
\constfunc{bool}{LeftUp}{\void}