Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/Tod-update-browserstack-devices
/
.
/
include
/
rive
/
process_event_result.hpp
blob: fb06cd9968e4d06f291f6eafef4d92d20c3f6ae0 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
_RIVE_PROCESS_EVENT_RESULT_HPP_
#define
_RIVE_PROCESS_EVENT_RESULT_HPP_
namespace
rive
{
enum
class
ProcessEventResult
:
uint8_t
{
none
,
pointer
,
scroll
,
};
}
// namespace rive
#endif