Struct to hold a KeyboardDevice object, a KeyboardHandler object, and a mutex for data passing.
More...
Struct to hold a KeyboardDevice object, a KeyboardHandler object, and a mutex for data passing.
SurgSim::Device::KeyboardScaffold::DeviceData::DeviceData |
( |
KeyboardDevice * |
device | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
device | Device to be managed by this scaffold |
SurgSim::Device::KeyboardScaffold::DeviceData::DeviceData |
( |
const DeviceData & |
| ) |
|
|
private |
KeyboardDevice* const SurgSim::Device::KeyboardScaffold::DeviceData::deviceObject |
Device object managed by this scaffold.
osg::ref_ptr<OsgKeyboardHandler> SurgSim::Device::KeyboardScaffold::DeviceData::keyboardHandler |
Keyboard Handler to communicate with underneath API.
boost::mutex SurgSim::Device::KeyboardScaffold::DeviceData::mutex |
The mutex that protects the externally modifiable parameters.
The documentation for this struct was generated from the following file: