Class: ImGuiPlatformIO
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPlatformIO
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#ClearPlatformHandlers ⇒ Object
3370 3371 3372 |
# File 'lib/imgui.rb', line 3370 def ClearPlatformHandlers() ImGui::ImGuiPlatformIO_ClearPlatformHandlers(self) end |
#ClearRendererHandlers ⇒ Object
3374 3375 3376 |
# File 'lib/imgui.rb', line 3374 def ClearRendererHandlers() ImGui::ImGuiPlatformIO_ClearRendererHandlers(self) end |