Improved filesystem browser, color accent, drag n drop, new icons
This commit is contained in:
@@ -79,4 +79,9 @@ void EditorLayer::OnDetach()
|
||||
void EditorLayer::OnWindowFocused()
|
||||
{
|
||||
m_EditorInterface->OnWindowFocused();
|
||||
}
|
||||
}
|
||||
|
||||
void EditorLayer::OnDragNDrop(const std::vector<std::string>& paths)
|
||||
{
|
||||
m_EditorInterface->OnDragNDrop(paths);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user