Class: ImGuiPlatformImeData

Inherits:
FFI::Struct
  • Object
show all
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

.createObject



2308
2309
2310
# File 'lib/imgui.rb', line 2308

def self.create()
  return ImGuiPlatformImeData.new(ImGui::ImGuiPlatformImeData_ImGuiPlatformImeData())
end

Instance Method Details

#destroyObject



2312
2313
2314
# File 'lib/imgui.rb', line 2312

def destroy()
  ImGui::ImGuiPlatformImeData_destroy(self)
end