Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4afdae650937701a4c0564606b9b9e542b4fbc35
/
.
/
include
/
rive
/
gesture_click_phase.hpp
blob: 2daf21ae7f43dd69d2d77b51f304035b674a846c [
file
] [
log
] [
blame
]
#ifndef
_RIVE_GESTURE_CLICK_PHASE_HPP_
#define
_RIVE_GESTURE_CLICK_PHASE_HPP_
namespace
rive
{
enum
class
GestureClickPhase
:
int
{
out
=
0
,
down
=
1
,
clicked
=
2
,
};
}
#endif