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