Class: ImGuiViewport

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

Instance Method Summary collapse

Instance Method Details

#GetCenterObject



3310
3311
3312
# File 'lib/imgui.rb', line 3310

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

#GetDebugNameObject



3318
3319
3320
# File 'lib/imgui.rb', line 3318

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

#GetWorkCenterObject



3314
3315
3316
# File 'lib/imgui.rb', line 3314

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