Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
81be7f84ff42bef4748308b31a202c3f313b87d1
/
.
/
src
/
event.cpp
blob: 84be0eee16350aec484c5f16a6768668ec7f60a8 [
file
] [
log
] [
blame
]
#include
"rive/event.hpp"
#include
"rive/animation/state_machine_instance.hpp"
using
namespace
rive
;
void
Event
::
trigger
(
const
CallbackData
&
value
)
{
value
.
context
()->
reportEvent
(
this
,
value
.
delaySeconds
());
}