Class: ImGuiSelectionExternalStorage

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

Instance Method Summary collapse

Instance Method Details

#ApplyRequests(ms_io) ⇒ Object



2979
2980
2981
# File 'lib/imgui.rb', line 2979

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