mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +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);
|
||||
|
||||
@@ -87,6 +87,8 @@ private slots:
|
||||
void on_processFilter_textChanged(const QString &arg1);
|
||||
void on_processRefesh_clicked();
|
||||
|
||||
void on_processList_activated(const QModelIndex &index);
|
||||
|
||||
void on_saveSettings_clicked();
|
||||
void on_loadSettings_clicked();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user