Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
de8474c5d27d279828fe45973c28b6d2af085a9f
/
.
/
include
/
rive
/
listener_type.hpp
blob: df7a19e9d1f7c40e508457c524f3374900e89f71 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_LISTENER_TYPE_HPP_
#define
_RIVE_LISTENER_TYPE_HPP_
namespace
rive
{
enum
class
ListenerType
:
int
{
enter
=
0
,
exit
=
1
,
down
=
2
,
up
=
3
,
move
=
4
,
};
}
#endif