Compose GLFW
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Compose GLFW
Compose GLFW
/
dev.sargunv.composeglfw
/
FilePicker
/
openFile
open
File
abstract
fun
openFile
(
defaultDirectory
:
Path
?
=
null
,
filters
:
List
<
FileDialogFilter
>
=
emptyList()
)
:
Path
?
(
source
)
Opens a native dialog to choose one file.
Return
the selected file, or null if the dialog is canceled.