#include "config_device.h"
#include "analogNode.h"
#include "buttonNode.h"
#include "clientAnalogDevice.h"
#include "clientBase.h"
#include "clientButtonDevice.h"
#include "clientDevice.h"
#include "clientDialDevice.h"
#include "clientTrackerDevice.h"
#include "dialNode.h"
#include "mouseAndKeyboard.h"
#include "trackerNode.h"
#include "virtualMouse.h"
#include <dconfig.h>
Go to the source code of this file.
Functions | |
Configure (config_device) | |
NotifyCategoryDef (device,"") | |
ConfigureFn (config_device) | |
void | init_libdevice () |
Initializes the library. | |
Variables | |
const bool | asynchronous_clients = config_device.GetBool("asynchronous-clients", true) |
Definition in file config_device.cxx.
|
|
|
Definition at line 44 of file config_device.cxx. References ClientAnalogDevice::init_type(), ButtonNode::init_type(), and AnalogNode::init_type(). |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 64 of file config_device.cxx. |
|
|
|
Definition at line 42 of file config_device.cxx. |