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
2698 2699 2700 |
# File 'lib/imgui.rb', line 2698 def ImGuiTextRange_empty() ImGui::ImGuiTextFilter_ImGuiTextRange_empty(self) end |
#ImGuiTextRange_split(separator, out) ⇒ Object
2702 2703 2704 |
# File 'lib/imgui.rb', line 2702 def ImGuiTextRange_split(separator, out) ImGui::ImGuiTextFilter_ImGuiTextRange_split(self, separator, out) end |