Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/Tod-update-browserstack-devices
/
.
/
include
/
rive
/
gesture_click_phase.hpp
blob: 04eda6e8897423568ac42da8266ffe9f1619bd43 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
_RIVE_GESTURE_CLICK_PHASE_HPP_
#define
_RIVE_GESTURE_CLICK_PHASE_HPP_
namespace
rive
{
enum
class
GestureClickPhase
:
int
{
out
=
0
,
down
=
1
,
clicked
=
2
,
disabled
=
3
,
};
}
#endif