struct EE::UI::UITextSelectionController::Point

#include <uitextselectioncontroller.hpp>

struct Point {
    // fields

    UIRichText* owner { nullptr };
    Int64 offset { 0 };

    // methods

    bool isValid() const;
};