]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed note that enter/leave events ARE supported
authorRobert Roebling <robert@roebling.de>
Mon, 31 Jan 2005 18:04:21 +0000 (18:04 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 31 Jan 2005 18:04:21 +0000 (18:04 +0000)
    natively under Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mouseevt.tex

index 9b32a12a84d815868f8f1c9411bef61abe3d820f..a48302934a59585ae9ea88e3f34571e02fbf1c3a 100644 (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
 it.
 
 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
 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