X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a364b95710a93c36f50dfb833b9e48ff9aa6174a..100cf085fbfefd6b9348ee2abf5c472d3e10e42a:/docs/latex/wx/mouseevt.tex diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 49553b9502..7a78b69e39 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -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}