ImGuiTextEditCallbackData helper method

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

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

Loading…
Cancel
Save