MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / SetLocales

Function SetLocales

ImGuiFileDialog.cpp:5165–5169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5163}
5164
5165IGFD_C_API void SetLocales(ImGuiFileDialog* vContextPtr, const int vCategory, const char* vBeginLocale, const char* vEndLocale) {
5166 if (vContextPtr != nullptr) {
5167 vContextPtr->SetLocales(vCategory, (vBeginLocale ? vBeginLocale : ""), (vEndLocale ? vEndLocale : ""));
5168 }
5169}
5170
5171#ifdef USE_EXPLORATION_BY_KEYS
5172IGFD_C_API void IGFD_SetFlashingAttenuationInSeconds(ImGuiFileDialog* vContextPtr, float vAttenValue) {

Callers

nothing calls this directly

Calls 1

SetLocalesMethod · 0.80

Tested by

no test coverage detected