Method: ImGuiTextFilter#Draw
- Defined in:
- lib/imgui.rb
#Draw(label = "Filter(inc,-exc)", width = 0.0) ⇒ Object
2729 2730 2731 |
# File 'lib/imgui.rb', line 2729 def Draw(label = "Filter(inc,-exc)", width = 0.0) ImGui::ImGuiTextFilter_Draw(self, label, width) end |