Class: ImGuiPlatformIO

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

Instance Method Summary collapse

Instance Method Details

#ClearPlatformHandlersObject



3370
3371
3372
# File 'lib/imgui.rb', line 3370

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

#ClearRendererHandlersObject



3374
3375
3376
# File 'lib/imgui.rb', line 3374

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