blob: 1e4439d574cc50ddf16e15165c0a8a5887603c2a [file]
#ifndef _RIVE_FOCUS_ACTION_TARGET_HPP_
#define _RIVE_FOCUS_ACTION_TARGET_HPP_
#include "rive/generated/animation/focus_action_target_base.hpp"
namespace rive
{
class FocusActionTarget : public FocusActionTargetBase
{
public:
void perform(StateMachineInstance* stateMachineInstance,
const ListenerInvocation& invocation) const override;
};
} // namespace rive
#endif