Class: ImGuiPayload
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiPayload
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#Clear ⇒ Object
2674 2675 2676 |
# File 'lib/imgui.rb', line 2674 def Clear() ImGui::ImGuiPayload_Clear(self) end |
#IsDataType(type) ⇒ Object
2678 2679 2680 |
# File 'lib/imgui.rb', line 2678 def IsDataType(type) ImGui::ImGuiPayload_IsDataType(self, type) end |
#IsDelivery ⇒ Object
2686 2687 2688 |
# File 'lib/imgui.rb', line 2686 def IsDelivery() ImGui::ImGuiPayload_IsDelivery(self) end |
#IsPreview ⇒ Object
2682 2683 2684 |
# File 'lib/imgui.rb', line 2682 def IsPreview() ImGui::ImGuiPayload_IsPreview(self) end |