blob: a04b2b4c941cbc3264c5887a4f19ac87a0f1cd15 [file] [log] [blame]
#ifndef _RIVE_TEXT_INPUT_TEXT_HPP_
#define _RIVE_TEXT_INPUT_TEXT_HPP_
#include "rive/generated/text/text_input_text_base.hpp"
#include <stdio.h>
namespace rive
{
class TextInputText : public TextInputTextBase
{
public:
Core* hitTest(HitInfo*, const Mat2D&) override;
ShapePaintPath* localClockwisePath() override;
};
} // namespace rive
#endif