struct EE::Graphics::TextSelectionRange

#include <text.hpp>

struct TextSelectionRange {
    // fields

    Int64 start { 0 };
    Int64 end { 0 };
};