Class: ImGuiPayload
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPayload
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#Clear ⇒ Object
2658 2659 2660 |
# File 'lib/imgui.rb', line 2658 def Clear() ImGui::ImGuiPayload_Clear(self) end |
#IsDataType(type) ⇒ Object
2662 2663 2664 |
# File 'lib/imgui.rb', line 2662 def IsDataType(type) ImGui::ImGuiPayload_IsDataType(self, type) end |
#IsDelivery ⇒ Object
2670 2671 2672 |
# File 'lib/imgui.rb', line 2670 def IsDelivery() ImGui::ImGuiPayload_IsDelivery(self) end |
#IsPreview ⇒ Object
2666 2667 2668 |
# File 'lib/imgui.rb', line 2666 def IsPreview() ImGui::ImGuiPayload_IsPreview(self) end |