mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-01 19:35:48 +00:00
Expose proper capture closing function to python extensions
This commit is contained in:
@@ -797,6 +797,7 @@ struct IMainWindowInvoker : UIThreadInvoker<IMainWindow>
|
||||
return InvokeVoidFunction(&IMainWindow::UnregisterShortcut, shortcut, widget);
|
||||
}
|
||||
void BringToFront() { return InvokeVoidFunction(&IMainWindow::BringToFront); }
|
||||
bool PromptCloseCapture() { return InvokeRetFunction<bool>(&IMainWindow::PromptCloseCapture); }
|
||||
};
|
||||
|
||||
struct IEventBrowserInvoker : UIThreadInvoker<IEventBrowser>
|
||||
|
||||
Reference in New Issue
Block a user