Searched refs:STB_TEXTEDIT_KEYTOTEXT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h136 // STB_TEXTEDIT_KEYTOTEXT(k) maps a keyboard input to an insertable character
188 // keydown bit I add, and STB_TEXTEDIT_KEYTOTEXT only tests for the KEYDOWN
733 int c = STB_TEXTEDIT_KEYTOTEXT(key);
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 Dimstb_textedit.h136 // STB_TEXTEDIT_KEYTOTEXT(k) maps a keyboard input to an insertable character
188 // keydown bit I add, and STB_TEXTEDIT_KEYTOTEXT only tests for the KEYDOWN
733 int c = STB_TEXTEDIT_KEYTOTEXT(key);
H A Dimgui_widgets.cpp2904 static int STB_TEXTEDIT_KEYTOTEXT(int key) { return key >= 0x10000 ? 0 : key; } function in namespace:ImGuiStb

Completed in 67 milliseconds