wxMouseCaptureLostEvent - Functions for wxMouseCaptureLostEvent class
Please see following description for synopsis
Erlang Module Definition wxMouseCaptureLostEvent(3)
NAME
wxMouseCaptureLostEvent - Functions for wxMouseCaptureLostEvent class
DESCRIPTION
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 cap-
ture 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.
Only for:wxmsw
See: wxMouseCaptureChangedEvent, Overview events, wxWindow:capture-
Mouse/1, wxWindow:releaseMouse/1, wxWindow:getCapture/0
This class is derived (and can use functions) from: wxEvent
wxWidgets docs: wxMouseCaptureLostEvent
EVENTS
Use wxEvtHandler:connect/3 with wxMouseCaptureLostEventType to sub-
scribe to events of this type.
DATA TYPES
wxMouseCaptureLostEvent() = wx:wx_object()
wxMouseCaptureLost() =
#wxMouseCaptureLost{type =
wxMouseCaptureLostEvent:wxMouseCaptureLostEventType()}
wxMouseCaptureLostEventType() = mouse_capture_lost
wxWidgets team. wx 2.1.1
wxMouseCaptureLostEvent(3)