1wxMouseCaptureChangedEvent(3E)rlang Module DefinitiownxMouseCaptureChangedEvent(3)
2
3
4
6 wxMouseCaptureChangedEvent - Functions for wxMouseCaptureChangedEvent
7 class
8
10 An mouse capture changed event is sent to a window that loses its mouse
11 capture. This is called even if wxWindow:releaseMouse/1 was called by
12 the application code. Handling this event allows an application to
13 cater for unexpected capture releases which might otherwise confuse
14 mouse handling code.
15
16 Only for:wxmsw
17
18 See: wxMouseCaptureLostEvent, Overview events, wxWindow:captureMouse/1,
19 wxWindow:releaseMouse/1, wxWindow:getCapture/0
20
21 This class is derived (and can use functions) from: wxEvent
22
23 wxWidgets docs: wxMouseCaptureChangedEvent
24
26 Use wxEvtHandler:connect/3 with wxMouseCaptureChangedEventType to sub‐
27 scribe to events of this type.
28
30 wxMouseCaptureChangedEvent() = wx:wx_object()
31
32 wxMouseCaptureChanged() =
33 #wxMouseCaptureChanged{type =
34 wxMouseCaptureChangedEvent:wxMouseCaptureChangedEventType()}
35
36 wxMouseCaptureChangedEventType() = mouse_capture_changed
37
39 getCapturedWindow(This) -> wxWindow:wxWindow()
40
41 Types:
42
43 This = wxMouseCaptureChangedEvent()
44
45 Returns the window that gained the capture, or NULL if it was a
46 non-wxWidgets window.
47
48
49
50wxWidgets team. wx 2.3.1 wxMouseCaptureChangedEvent(3)