blob: 05cfc2f3bc4f59fc66dc7c4efcfc1e244a34ada5 [file] [log] [blame]
#ifndef _RIVE_TEXT_INPUT_SELECTED_TEXT_HPP_
#define _RIVE_TEXT_INPUT_SELECTED_TEXT_HPP_
#include "rive/generated/text/text_input_selected_text_base.hpp"
#include <stdio.h>
namespace rive
{
class TextInputSelectedText : public TextInputSelectedTextBase
{
public:
Core* hitTest(HitInfo*, const Mat2D&) override;
ShapePaintPath* localClockwisePath() override;
};
} // namespace rive
#endif