Class: ImGuiViewport
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiViewport
- Defined in:
- lib/imgui.rb
Overview
-
Windows are generally trying to stay within the Work Area of their host viewport.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create ⇒ Object
1742 1743 1744 |
# File 'lib/imgui.rb', line 1742 def self.create() return ImGuiViewport.new(ImGui::ImGuiViewport_ImGuiViewport()) end |
Instance Method Details
#destroy ⇒ Object
1746 1747 1748 |
# File 'lib/imgui.rb', line 1746 def destroy() ImGui::ImGuiViewport_destroy(self) end |