Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
0b8d292c0fb36ddd1476a8ddd4f76360d3c64d8c
/
.
/
include
/
rive
/
gesture_click_phase.hpp
blob: 2daf21ae7f43dd69d2d77b51f304035b674a846c [
file
]
#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