From 0af4bd16a137330077dfc8ab2d20c8b20b7944f1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Mar 2011 11:57:10 +0000 Subject: [PATCH] Slightly improve wxMouseCaptureLostEvent documentation. Minor changes to make the event description more clear. Closes #13052. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/event.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 3a8043001b..531a4f4b8a 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -2906,11 +2906,11 @@ public: /** @class wxMouseCaptureLostEvent - An mouse capture lost event is sent to a window that obtained mouse capture, - which was subsequently loss due to "external" event, for example when a dialog - box is shown or if another application captures the mouse. + A mouse capture lost event is sent to a window that had obtained mouse capture, + which was subsequently lost due to an "external" event (for example, when a dialog + box is shown or if another application captures the mouse). - If this happens, this event is sent to all windows that are on capture stack + If this happens, this event is sent to all windows that are on the capture stack (i.e. called CaptureMouse, but didn't call ReleaseMouse yet). The event is not sent if the capture changes because of a call to CaptureMouse or ReleaseMouse. -- 2.45.2