Skip to content

Commit

Permalink
Small documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jul 3, 2023
1 parent 8429d4c commit 3be627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/korge/reference/gamewindow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This will close the window.

### openFileDialog

To ask the user to select one or more files, for writing or reading.
To ask the user to select to open one or more files, both for writing and/or reading with the native file dialog.

```kotlin
val selectedFiles: List<VfsFile> = views.gameWindow.openFileDialog(FileFilter("Images" to listOf("*.jpg", "*.jpg")), write = false, multi = true, currentDir = null)
Expand Down

0 comments on commit 3be627f

Please sign in to comment.