Skip to content

V1.3.0

Choose a tag to compare

@ZSolarDev ZSolarDev released this 18 May 04:56
· 4 commits to main since this release
e156c15

Changelog:

  • 2 New Functions Total:
    • HLNativeWindow.hx:
      • pickFile(title:String, filterName:String, filterPattern:String):String [ Opens a file dialog and returns the path of the selected file. ]
      • pickDirectory(title:String):String [ Opens a directory dialog and returns the path of the selected directory. ]

Developer Notes:

I added these because I low-key couldn't find the windows COM dialog directory picker on hashlink anywhere else, and figured I'll add file picking while I'm at it.