.. include:: headings.inc .. _MouseCaptureLostEvent: ========================================================================================================================================== |phoenix_title| **MouseCaptureLostEvent** ========================================================================================================================================== 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 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. This event is currently emitted under Windows only. .. _MouseCaptureLostEvent-events: |events| Events Emitted by this Class ===================================== Handlers bound for the following event types will receive a :ref:`MouseCaptureLostEvent` parameter. - EVT_MOUSE_CAPTURE_LOST: Process a ``wxEVT_MOUSE_CAPTURE_LOST`` event. MSW port. .. availability:: Only available for MSW. .. seealso:: :ref:`MouseCaptureChangedEvent`, :ref:`Events and Event Handling `, :meth:`Window.CaptureMouse` , :meth:`Window.ReleaseMouse` , :meth:`Window.GetCapture` | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **MouseCaptureLostEvent** .. raw:: html

Inheritance diagram of MouseCaptureLostEvent

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~MouseCaptureLostEvent.__init__` Constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: MouseCaptureLostEvent(Event) 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). **Possible constructors**:: MouseCaptureLostEvent(windowId=0) .. method:: __init__(self, windowId=0) Constructor. :param `windowId`: :type `windowId`: int