Class: ImGuiViewport

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Instance Method Summary collapse

Instance Method Details

#GetCenterObject



3328
3329
3330
# File 'lib/imgui.rb', line 3328

def GetCenter()
  ImGui::ImGuiViewport_GetCenter(self)
end

#GetDebugNameObject



3336
3337
3338
# File 'lib/imgui.rb', line 3336

def GetDebugName()
  ImGui::ImGuiViewport_GetDebugName(self)
end

#GetWorkCenterObject



3332
3333
3334
# File 'lib/imgui.rb', line 3332

def GetWorkCenter()
  ImGui::ImGuiViewport_GetWorkCenter(self)
end