Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
e1a36217203f94e75e43af3ee9f4ea7783e6377d
/
.
/
src
/
generated
/
inputs
/
semantic_input_base.cpp
blob: ac6d2b8177e4844767fa9f3562ec3d91a44667b8 [
file
]
#include
"rive/generated/inputs/semantic_input_base.hpp"
#include
"rive/inputs/semantic_input.hpp"
using
namespace
rive
;
Core
*
SemanticInputBase
::
clone
()
const
{
auto
cloned
=
new
SemanticInput
();
cloned
->
copy
(*
this
);
return
cloned
;
}