]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mouseevt.tex
fixed Moving() documentation
[wxWidgets.git] / 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.
 
-\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).
 
+\wxheading{See also}
+
+\helpref{Moving}{wxmouseeventmoving}
+
 \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.
 
-\membersection{wxMouseEvent::Moving}
+\membersection{wxMouseEvent::Moving}\label{wxmouseeventmoving}
 
 \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}