MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / is_separator

Function is_separator

TheForceEngine/TFE_Ui/imGUI/imgui_widgets.cpp:3868–3871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3866}
3867
3868static bool is_separator(unsigned int c)
3869{
3870 return c==',' || c==';' || c=='(' || c==')' || c=='{' || c=='}' || c=='[' || c==']' || c=='|' || c=='\n' || c=='\r' || c=='.' || c=='!';
3871}
3872
3873static int is_word_boundary_from_right(ImGuiInputTextState* obj, int idx)
3874{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected