struct EE::UI::UITextView::SelPosCache

#include <uitextview.hpp>

struct SelPosCache {
    // fields

    Vector2f initPos;
    Vector2f endPos;

    // construction

    SelPosCache(Vector2f ip, Vector2f ep);
};