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
This commit is contained in:
Robert Roebling
2005-01-31 18:04:21 +00:00
parent 6759ff7d4d
commit faa9724741

View File

@@ -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 middle button so a portable application should avoid relying on the events from
it. 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 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 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 left the window and the state variables for it may have changed during this