mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Allow double-click & other shortcuts to inject into processes. Refs #862
This commit is contained in:
@@ -802,6 +802,11 @@ void CaptureDialog::on_close_clicked()
|
||||
ToolWindowManager::closeToolWindow(this);
|
||||
}
|
||||
|
||||
void CaptureDialog::on_processList_activated(const QModelIndex &index)
|
||||
{
|
||||
TriggerCapture();
|
||||
}
|
||||
|
||||
void CaptureDialog::SetSettings(CaptureSettings settings)
|
||||
{
|
||||
SetInjectMode(settings.inject);
|
||||
|
||||
Reference in New Issue
Block a user