]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed Moving() documentation
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2003 13:16:20 +0000 (13:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2003 13:16:20 +0000 (13:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mouseevt.tex

index 49553b95021d7c808df74d7cffbec5daefd91acf..7a78b69e39ab985f3b0c4b4a70139f06db870c73 100644 (file)
@@ -202,12 +202,16 @@ was generated (1, 2 or 3 for left, middle and right buttons respectively).
 
 Returns true if the control key was down at the time of the event.
 
 
 Returns true if the control key was down at the time of the event.
 
-\membersection{wxMouseEvent::Dragging}
+\membersection{wxMouseEvent::Dragging}\label{wxmouseeventdragging}
 
 \func{bool}{Dragging}{\void}
 
 Returns true if this was a dragging event (motion while a button is depressed).
 
 
 \func{bool}{Dragging}{\void}
 
 Returns true if this was a dragging event (motion while a button is depressed).
 
+\wxheading{See also}
+
+\helpref{Moving}{wxmouseeventmoving}
+
 \membersection{wxMouseEvent::Entering}\label{wxmouseevententering}
 
 \func{bool}{Entering}{\void}
 \membersection{wxMouseEvent::Entering}\label{wxmouseevententering}
 
 \func{bool}{Entering}{\void}
@@ -370,11 +374,13 @@ of the current event type.
 
 Returns true if the middle mouse button changed to up.
 
 
 Returns true if the middle mouse button changed to up.
 
-\membersection{wxMouseEvent::Moving}
+\membersection{wxMouseEvent::Moving}\label{wxmouseeventmoving}
 
 \constfunc{bool}{Moving}{\void}
 
 
 \constfunc{bool}{Moving}{\void}
 
-Returns true if this was a motion event (no buttons depressed).
+Returns true if this was a motion event (whether some buttons are currently
+pressed or not, use \helpref{Dragging}{wxmouseeventdragging} if you need to
+distinguish between these situations).
 
 \membersection{wxMouseEvent::RightDClick}
 
 
 \membersection{wxMouseEvent::RightDClick}