Class: ImGuiPlatformImeData

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

.createObject



2086
2087
2088
# File 'lib/imgui.rb', line 2086

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

Instance Method Details

#destroyObject



2090
2091
2092
# File 'lib/imgui.rb', line 2090

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