Gorgon Game Engine
Controllers.h File Reference
Include dependency graph for Controllers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BasicController
 Basic controller, allows non-positional playback of data buffer. More...
 
class  Controller
 This is the base class for all controllers. More...
 
class  PositionalController
 Positional controller allows sounds to be played at a specific location. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Audio
 Contains audio subsystem. For audio primitives look into multimedia namespace.
 
 Gorgon::Audio::internal
 

Enumerations

enum  ControllerType { Basic, Positional }
 Identifies controller types. More...
 

Variables

std::mutex ControllerMtx
 
Containers::Collection< Controller > Controllers