struct ImGui::ImGuiPayload
- ImGui::ImGuiPayload
- Struct
- Value
- Object
Included Modules
- ImGui::ClassType(LibImGui::ImGuiPayload)
Defined in:
obj.crConstructors
Instance Method Summary
- #clear : Void
- #data : Pointer(Void)
- #data=(data : Pointer(Void))
- #data_frame_count : Int32
- #data_frame_count=(data_frame_count : Int32)
- #data_size : Int32
- #data_size=(data_size : Int32)
- #data_type : Slice(LibC::Char)
- #data_type=(data_type : Slice(LibC::Char))
- #delivery : Bool
- #delivery=(delivery : Bool)
- #is_data_type(type : String) : Bool
- #is_delivery : Bool
- #is_preview : Bool
- #preview : Bool
- #preview=(preview : Bool)
- #source_id : ImGuiID
- #source_id=(source_id : ImGuiID)
- #source_parent_id : ImGuiID
- #source_parent_id=(source_parent_id : ImGuiID)
- #to_unsafe : Pointer(T)