Added single-shot delay times for emitting target stopped events to Insight components, when stepping through code
This commit is contained in:
@@ -12,7 +12,11 @@ namespace Bloom::Events
|
||||
static constexpr EventType type = EventType::TARGET_EXECUTION_RESUMED;
|
||||
static inline const std::string name = "TargetExecutionResumed";
|
||||
|
||||
TargetExecutionResumed() = default;
|
||||
bool stepping = false;
|
||||
|
||||
explicit TargetExecutionResumed(bool stepping)
|
||||
: stepping(stepping)
|
||||
{};
|
||||
|
||||
[[nodiscard]] EventType getType() const override {
|
||||
return TargetExecutionResumed::type;
|
||||
|
||||
Reference in New Issue
Block a user