Class: ImGuiPlatformImeData
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPlatformImeData
- Defined in:
- lib/imgui.rb
Overview
(Optional) Support for IME (Input Method Editor) via the platform_io.Platform_SetImeDataFn() function.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create ⇒ Object
2402 2403 2404 |
# File 'lib/imgui.rb', line 2402 def self.create() return ImGuiPlatformImeData.new(ImGui::ImGuiPlatformImeData_ImGuiPlatformImeData()) end |
Instance Method Details
#destroy ⇒ Object
2406 2407 2408 |
# File 'lib/imgui.rb', line 2406 def destroy() ImGui::ImGuiPlatformImeData_destroy(self) end |