Class: ImGuiSelectionExternalStorage

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Instance Method Summary collapse

Instance Method Details

#ApplyRequests(ms_io) ⇒ Object



2963
2964
2965
# File 'lib/imgui.rb', line 2963

def ApplyRequests(ms_io)
  ImGui::ImGuiSelectionExternalStorage_ApplyRequests(self, ms_io)
end