Class: ImGuiTextFilter_ImGuiTextRange
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiTextFilter_ImGuiTextRange
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#ImGuiTextRange_empty ⇒ Object
2682 2683 2684 |
# File 'lib/imgui.rb', line 2682 def ImGuiTextRange_empty() ImGui::ImGuiTextFilter_ImGuiTextRange_empty(self) end |
#ImGuiTextRange_split(separator, out) ⇒ Object
2686 2687 2688 |
# File 'lib/imgui.rb', line 2686 def ImGuiTextRange_split(separator, out) ImGui::ImGuiTextFilter_ImGuiTextRange_split(self, separator, out) end |