Garry's Mod Wiki

DFileBrowser:OnDoubleClick

  DFileBrowser:OnDoubleClick( Panel selectedPanel, string filePath )

Description

Called when a file is double-clicked.

Double-clicking a file or icon will trigger both this and DFileBrowser:OnSelect.

Arguments

1 Panel selectedPanel
The panel that was double-clicked to select this file.

This will either be a DListView_Line or SpawnIcon depending on whether the model viewer mode is enabled. See DFileBrowser:SetModels.
2 string filePath
The path to the file that was double-clicked.