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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_textedit.h78 // single public symbol, STB_TexteditState, which encapsulates the current
94 // it grows STB_TexteditState by the worst-case storage which is (in bytes):
199 // "insert_mode" field of STB_TexteditState before/after calling API functions.
203 // void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line)
205 // void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
206 // void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
207 // int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state)
208 // int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len)
209 // void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXEDIT_KEYTYPE key)
248 // the STB_TexteditState
351 } STB_TexteditState; typedef in typeref:struct:__anonffd627d20308
[all...]
H A Dimgui_internal.h570 ImGuiStb::STB_TexteditState StbState;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_textedit.h78 // single public symbol, STB_TexteditState, which encapsulates the current
94 // it grows STB_TexteditState by the worst-case storage which is (in bytes):
199 // "insert_mode" field of STB_TexteditState before/after calling API functions.
203 // void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line)
205 // void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
206 // void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
207 // int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state)
208 // int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len)
209 // void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXEDIT_KEYTYPE key)
248 // the STB_TexteditState
351 } STB_TexteditState; typedef in typeref:struct:__anonad2b92650308
[all...]
H A Dimgui_internal.h570 ImGuiStb::STB_TexteditState StbState;

Completed in 17 milliseconds