AirGuanZ / imgui-filebrowser

File browser implementation for dear-imgui. C++17 is required.
MIT License
658 stars 86 forks source link

How do I open a directory/folder from the view? #18

Closed kevinmkchin closed 4 years ago

kevinmkchin commented 4 years ago

I can't seem to navigate through the folders

AirGuanZ commented 4 years ago

use double click to enter a folder. when no folder is selected, click 'ok' to return the current folder

this behavior is a little counter-intuitively. i'll think about how to improve it.

AirGuanZ commented 4 years ago

hi, i have made a change to the behavior of directory selection. please check the 'Usage' section in README.