HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
base class for storing the results of an event . More...
#include <EventResult.h>
Public Member Functions | |
EventResult () | |
virtual | ~EventResult ()=default |
Public Attributes | |
bool | isHandled |
base class for storing the results of an event .
Heph::EventResult::EventResult | ( | ) |
creates a new instance and initializes it with default values.
|
virtualdefault |
releases the resources and destroys the instance.
bool Heph::EventResult::isHandled |
indicates the event is handled and no further handlers will be invoked.
set by the user.