| 4973 | } |
| 4974 | |
| 4975 | IGFD_C_API bool IGFD_IsOpened(ImGuiFileDialog* vContextPtr) { |
| 4976 | if (vContextPtr != nullptr) { |
| 4977 | return vContextPtr->IsOpened(); |
| 4978 | } |
| 4979 | |
| 4980 | return false; |
| 4981 | } |
| 4982 | |
| 4983 | IGFD_C_API IGFD_Selection IGFD_GetSelection(ImGuiFileDialog* vContextPtr, IGFD_ResultMode vMode) { |
| 4984 | IGFD_Selection res = IGFD_Selection_Get(); |