MCPcopy Create free account
hub / github.com/RenderKit/embree / HasSelection

Method HasSelection

tutorials/common/imgui/imgui.h:2098–2098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096 void SelectAll() { SelectionStart = 0; SelectionEnd = BufTextLen; }
2097 void ClearSelection() { SelectionStart = SelectionEnd = BufTextLen; }
2098 bool HasSelection() const { return SelectionStart != SelectionEnd; }
2099};
2100
2101// Resizing callback data to apply custom constraint. As enabled by SetNextWindowSizeConstraints(). Callback is called during the next Begin().

Callers 1

InputTextExMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected