MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / ~NativeFileDialog

Method ~NativeFileDialog

src/native_file_dialog.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65NativeFileDialog::~NativeFileDialog() {
66 hide();
67}
68
69void NativeFileDialog::_process(float delta) {
70 if (open_file && open_file->ready(0)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected