/// A text editor for ImGui with syntax highlighting. bool operator==(const text_pos &o) const { return line == o.line && column == o.column; } bool operator!=(const ...
// [X] Platform: Clipboard support (for Win32 this is actually part of core dear imgui) // [X] Platform: Mouse support. Can discriminate Mouse/TouchScreen/Pen. // [X] Platform: Keyboard support. Since ...