MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
InputBackend.hpp File Reference
+ Include dependency graph for InputBackend.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MayaFlux::Core::IInputBackend
 Abstract interface for input device backends. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Core
 

Typedefs

using MayaFlux::Core::InputCallback = std::function< void(const InputValue &)>
 Callback signature for input events.
 
using MayaFlux::Core::DeviceCallback = std::function< void(const InputDeviceInfo &, bool connected)>
 Callback signature for device connection/disconnection events.