Class: ImGuiPlatformIO
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPlatformIO
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#ClearPlatformHandlers ⇒ Object
3389 3390 3391 |
# File 'lib/imgui.rb', line 3389 def ClearPlatformHandlers() ImGui::ImGuiPlatformIO_ClearPlatformHandlers(self) end |
#ClearRendererHandlers ⇒ Object
3393 3394 3395 |
# File 'lib/imgui.rb', line 3393 def ClearRendererHandlers() ImGui::ImGuiPlatformIO_ClearRendererHandlers(self) end |