#include </home/zeitlin/src/wx/github/interface/wx/event.h>
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.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_MOUSE_CAPTURE_LOST
event. Public Member Functions | |
wxMouseCaptureLostEvent (wxWindowID windowId=0) | |
Constructor. |
wxMouseCaptureLostEvent::wxMouseCaptureLostEvent | ( | wxWindowID | windowId = 0 | ) |
Constructor.