aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/api_gen/wxapi.conf
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-06-30 10:39:09 +0200
committerDan Gudmundsson <[email protected]>2015-06-30 10:39:09 +0200
commit46285b9f6f9cbe102e22aaf6157e436797404f00 (patch)
tree055feafcec98f58baea1fad55b5ae50ba0832bdc /lib/wx/api_gen/wxapi.conf
parent9aa30b9d0f0286cc8f6b7095a11194f89f0d5adb (diff)
downloadotp-46285b9f6f9cbe102e22aaf6157e436797404f00.tar.gz
otp-46285b9f6f9cbe102e22aaf6157e436797404f00.tar.bz2
otp-46285b9f6f9cbe102e22aaf6157e436797404f00.zip
wx: Add mouse_capture_lost event
Needed to avoid asserts when capturing mouse on Windows.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r--lib/wx/api_gen/wxapi.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf
index a243f21852..b8241816b2 100644
--- a/lib/wx/api_gen/wxapi.conf
+++ b/lib/wx/api_gen/wxapi.conf
@@ -1925,3 +1925,6 @@
{class, wxPopupTransientWindow, wxPopupWindow, [{ifdef, wxUSE_POPUPWIN}],
['wxPopupTransientWindow', '~wxPopupTransientWindow', 'Popup', 'Dismiss']}.
+
+{class, wxMouseCaptureLostEvent, wxEvent,
+ [{event,[wxEVT_MOUSE_CAPTURE_LOST]}],[]}.