enum hiro::EventStatus

Overview

Informational status of an event function. More…

#include <Gadget.h>

enum EventStatus {
    unprocessed,
    processed,
};

Detailed Documentation

Informational status of an event function.

Enum Values

unprocessed

Event was not processed by other object yet.

processed

Event was already processed by other object.