Class: ImGuiPlatformIO

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

Instance Method Summary collapse

Instance Method Details

#ClearPlatformHandlersObject



3389
3390
3391
# File 'lib/imgui.rb', line 3389

def ClearPlatformHandlers()
  ImGui::ImGuiPlatformIO_ClearPlatformHandlers(self)
end

#ClearRendererHandlersObject



3393
3394
3395
# File 'lib/imgui.rb', line 3393

def ClearRendererHandlers()
  ImGui::ImGuiPlatformIO_ClearRendererHandlers(self)
end