X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db0ff83efbd6105c04d5ab84c85094e887e97b9a..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/wxPython/src/events.i diff --git a/wxPython/src/events.i b/wxPython/src/events.i index c270a652bc..5d2bd07da5 100644 --- a/wxPython/src/events.i +++ b/wxPython/src/events.i @@ -193,6 +193,15 @@ public: //--------------------------------------------------------------------------- +class wxMouseCaptureChangedEvent : public wxEvent +{ +public: + wxMouseCaptureChangedEvent(wxWindowID id = 0, wxWindow* gainedCapture = NULL); + wxWindow* GetCapturedWindow() const; +}; + +//--------------------------------------------------------------------------- + class wxKeyEvent: public wxEvent { public: wxKeyEvent(int keyEventType);