.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMouseCaptureChangedEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMouseCaptureChangedEvent \- A mouse capture changed event .SH DESCRIPTION An mouse capture changed event is sent to a window that loses its mouse capture. This is called even if wxWindow::ReleaseCapture was called by the application code. Handling this event allows an application to cater for unexpected capture releases which might otherwise confuse mouse handling code. This event is implemented under Windows only. .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxMouseCaptureChangedEvent (wxWindowID windowId = 0wxWindow* gainedCapture = NULL) Constructor. .SS wxWindow* GetCapturedWindow () Returns the window that gained the capture, or NULL if it was a non-wxWidgets window. .SH EVENTS .SS EVT_MOUSE_CAPTURE_CHANGED(func) Process a wxEVT_MOUSE_CAPTURE_CHANGED event. .SH "SEE ALSO" wxEvent wxObject Event handling overview wxWindow::CaptureMouse wxWindow::ReleaseMouse wxWindow::GetCapture .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.