blob: fb06cd9968e4d06f291f6eafef4d92d20c3f6ae0 [file]
#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