Class: ImGuiStoragePair
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiStoragePair
- Defined in:
- lib/imgui.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create(_key, _val) ⇒ Object
2416 2417 2418 |
# File 'lib/imgui.rb', line 2416 def self.create(_key, _val) return ImGuiStoragePair.new(ImGui::ImGuiStoragePair_ImGuiStoragePair_Int(_key, _val)) end |
Instance Method Details
#destroy ⇒ Object
2428 2429 2430 |
# File 'lib/imgui.rb', line 2428 def destroy() ImGui::ImGuiStoragePair_destroy(self) end |