Searched defs:STB_TEXTEDIT_KEYTOTEXT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp2904 static int STB_TEXTEDIT_KEYTOTEXT(int key) { return key >= 0x10000 ? 0 : key; } function in namespace:ImGuiStb
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp2904 static int STB_TEXTEDIT_KEYTOTEXT(int key) { return key >= 0x10000 ? 0 : key; } function in namespace:ImGuiStb

Completed in 43 milliseconds