Scroll to navigation

wxMouseCaptureLostEvent(3erl) Erlang Module Definition wxMouseCaptureLostEvent(3erl)

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 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.

Only for:wxmsw

See: wxMouseCaptureChangedEvent, Overview events, wxWindow:captureMouse/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 subscribe to events of this type.

DATA TYPES

wxMouseCaptureLostEvent() = wx:wx_object()

wxMouseCaptureLost() = 

#wxMouseCaptureLost{type =
wxMouseCaptureLostEvent:wxMouseCaptureLostEventType()}
wxMouseCaptureLostEventType() = mouse_capture_lost

wx 2.2.2.1 wxWidgets team.