HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
Loading...
Searching...
No Matches
EventResult.h
Go to the documentation of this file.
1#pragma once
2#include "HephShared.h"
3
6namespace Heph
7{
13 {
19
22
24 virtual ~EventResult() = default;
25 };
26}
#define HEPH_API
Definition HephShared.h:132
base class for storing the results of an event .
Definition EventResult.h:13
virtual ~EventResult()=default
bool isHandled
Definition EventResult.h:18