ImGuiTextEditCallbackData helper method

internals
dpethes 7 years ago
parent 731a7f6aac
commit f2d9754ffc
  1. 2
      src/ImGui.NET/TextEditCallbackData.cs

@ -59,5 +59,7 @@ namespace ImGuiNET
/// Read-write.
/// </summary>
public int SelectionEnd;
public bool HasSelection() { return SelectionStart != SelectionEnd; }
}
}

Loading…
Cancel
Save