Class: ImGuiPlatformImeData
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPlatformImeData
- Defined in:
- lib/imgui.rb
Overview
(Optional) Support for IME (Input Method Editor) via the io.SetPlatformImeDataFn() function.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create ⇒ Object
2086 2087 2088 |
# File 'lib/imgui.rb', line 2086 def self.create() return ImGuiPlatformImeData.new(ImGui::ImGuiPlatformImeData_ImGuiPlatformImeData()) end |
Instance Method Details
#destroy ⇒ Object
2090 2091 2092 |
# File 'lib/imgui.rb', line 2090 def destroy() ImGui::ImGuiPlatformImeData_destroy(self) end |