Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
53ea6bbb9451607ab6c9894ded9dc88497e508eb
/
.
/
include
/
rive
/
event_type.hpp
blob: deb1ceaad350c34554ae60cf6361ffd3a27f34e0 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_EVENT_TYPE_HPP_
#define
_RIVE_EVENT_TYPE_HPP_
namespace
rive
{
enum
class
EventType
:
int
{
updateHover
=
-
1
,
enter
=
0
,
exit
=
1
,
down
=
2
,
up
=
3
,
};
}
#endif