Esempio n. 1
0
 public static unsafe Payload AcceptDragDropPayload(string type, DragDropFlags flags)
 => new Payload(ImGuiNative.igAcceptDragDropPayload(type, flags));
Esempio n. 2
0
 public static bool BeginDragDropSource(DragDropFlags flags, int mouseButton)
 => ImGuiNative.igBeginDragDropSource(flags, mouseButton);