X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4aff28fc9b124fe1dcb9cb0870eef05cbd326767..2cd31b57b27edc34515b11f4023201d96fec0b37:/docs/latex/wx/mouseevt.tex?ds=sidebyside diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 04345f2192..586c5cd212 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -180,7 +180,7 @@ Returns TRUE if this was a dragging event (motion while a button is depressed). \func{bool}{Entering}{\void} -Returns TRUE if the mouse was entering the window (MS Windows and Motif). +Returns TRUE if the mouse was entering the window. See also \helpref{wxMouseEvent::Leaving}{wxmouseeventleaving}. @@ -224,7 +224,7 @@ that may be tested using {\it ButtonDown}). \constfunc{bool}{Leaving}{\void} -Returns TRUE if the mouse was leaving the window (MS Windows and Motif). +Returns TRUE if the mouse was leaving the window. See also \helpref{wxMouseEvent::Entering}{wxmouseevententering}.