From: Robert Roebling Date: Mon, 31 Jan 2005 18:04:21 +0000 (+0000) Subject: Changed note that enter/leave events ARE supported X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/faa9724741b39e6b08c8cec7139b811434e68132?ds=sidebyside Changed note that enter/leave events ARE supported natively under Windows. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 9b32a12a84..a48302934a 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -9,7 +9,7 @@ left mouse button, {\tt wxMOUSE\_BTN\_MIDDLE} for the middle one and middle button so a portable application should avoid relying on the events from it. -{\bf NB:} Note that under Windows mouse enter and leave events are not natively supported +{\bf NB:} Note that under Windows CE mouse enter and leave events are not natively supported by the system but are generated by wxWidgets 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