Class: ImGuiViewport
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiViewport
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#GetCenter ⇒ Object
3310 3311 3312 |
# File 'lib/imgui.rb', line 3310 def GetCenter() ImGui::ImGuiViewport_GetCenter(self) end |
#GetDebugName ⇒ Object
3318 3319 3320 |
# File 'lib/imgui.rb', line 3318 def GetDebugName() ImGui::ImGuiViewport_GetDebugName(self) end |
#GetWorkCenter ⇒ Object
3314 3315 3316 |
# File 'lib/imgui.rb', line 3314 def GetWorkCenter() ImGui::ImGuiViewport_GetWorkCenter(self) end |