msink / kotlin-libui

Kotlin/Native interop to libui: a portable GUI library
MIT License
648 stars 49 forks source link

File/Dir Choose&Open Support #29

Closed wuseal closed 4 years ago

wuseal commented 4 years ago

How could we choose a file or dir in libui, or is there any way to achieve this goal?

msink commented 4 years ago

There are functions OpenFileDialog() / OpenFolderDialog() / SaveFileDialog().

wuseal commented 4 years ago

That's great! thanks I got it.