mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
ImGuiTextFilter: added undocumented MinWordSize support. (#2435)
This commit is contained in:
parent
c74e7e93a3
commit
c0041b7d3c
2 changed files with 3 additions and 1 deletions
1
imgui.h
1
imgui.h
|
|
@ -2811,6 +2811,7 @@ struct ImGuiTextFilter
|
|||
|
||||
// [Internal] Members
|
||||
char InputBuf[256]; // User input buffer
|
||||
ImU8 MinWordSize; // == 1
|
||||
int _CountInclude; // >= 0
|
||||
ImVector<ImGuiTextFilterItem> _Items; // Pre-parsed, trimmed, reordered items
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue