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
HephCommon
HeaderFiles
EventResult.h
Go to the documentation of this file.
1
#pragma once
2
#include "
HephShared.h
"
3
6
namespace
Heph
7
{
12
struct
HEPH_API
EventResult
13
{
18
bool
isHandled
;
19
21
EventResult
();
22
24
virtual
~EventResult
() =
default
;
25
};
26
}
HephShared.h
HEPH_API
#define HEPH_API
Definition
HephShared.h:132
Heph::EventResult
base class for storing the results of an event .
Definition
EventResult.h:13
Heph::EventResult::EventResult
EventResult()
Heph::EventResult::~EventResult
virtual ~EventResult()=default
Heph::EventResult::isHandled
bool isHandled
Definition
EventResult.h:18
Generated by
1.11.0