X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6868c3eb8fabd2b3a04446b8a5fc752fa9e78caf..49a91764b57168d9f441578001b3206a7330ee70:/src/mac/window.cpp diff --git a/src/mac/window.cpp b/src/mac/window.cpp index 1dc5b4e6ae..62f65318ea 100644 --- a/src/mac/window.cpp +++ b/src/mac/window.cpp @@ -296,6 +296,11 @@ void wxWindow::CaptureMouse() wxTheApp->s_captureWindow = this ; } +wxWindow* wxWindowBase::GetCapture() +{ + return wxTheApp->s_captureWindow ; +} + void wxWindow::ReleaseMouse() { wxTheApp->s_captureWindow = NULL ;