/// Position of a character in the text currently being edited. bool operator==(const text_pos &o) const { return line == o.line && column == o.column; } bool ...
// [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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results