Class: ImGuiViewport
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiViewport
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#GetCenter ⇒ Object
3328 3329 3330 |
# File 'lib/imgui.rb', line 3328 def GetCenter() ImGui::ImGuiViewport_GetCenter(self) end |
#GetDebugName ⇒ Object
3336 3337 3338 |
# File 'lib/imgui.rb', line 3336 def GetDebugName() ImGui::ImGuiViewport_GetDebugName(self) end |
#GetWorkCenter ⇒ Object
3332 3333 3334 |
# File 'lib/imgui.rb', line 3332 def GetWorkCenter() ImGui::ImGuiViewport_GetWorkCenter(self) end |