OpenCOVER
Classes | Namespaces | Macros
inputdevice.h File Reference
#include <OpenThreads/Thread>
#include <OpenThreads/Mutex>
#include <osg/Matrix>
#include <osg/Vec3>
#include <vector>
#include <cover/coVRDynLib.h>
Include dependency graph for inputdevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opencover::InputDevice
 The InputDevice class interacts with input hardware. More...
 
class  opencover::DriverFactoryBase
 
class  opencover::DriverFactory< Driver >
 

Namespaces

namespace  opencover
 

Macros

#define INPUT_PLUGIN(Driver)
 

Macro Definition Documentation

◆ INPUT_PLUGIN

#define INPUT_PLUGIN (   Driver)
Value:
extern "C" PLUGINEXPORT opencover::DriverFactory<Driver> *newDriverFactory() \
{ \
return new opencover::DriverFactory<Driver>(#Driver); \
}
Definition: inputdevice.h:144