X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cdd0d01e5dde12adc0f643c436cacc228ebc820..9c4ba61452d9381c9d71242f0d1610fb2551c846:/docs/latex/wx/mouseevt.tex diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 0c112ef708..586c5cd212 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -3,6 +3,12 @@ This event class contains information about mouse events. See \helpref{wxWindow::OnMouseEvent}{wxwindowonmouseevent}. +{\bf NB: } Note that under Windows mouse enter and leave events are not natively supported +by the system but are generated by wxWindows itself. This has several +drawbacks: the LEAVE\_WINDOW event might be received some time after the mouse +left the window and the state variables for it may have changed during this +time. + \wxheading{Derived from} \helpref{wxEvent}{wxevent} @@ -174,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}. @@ -218,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}.