|
#include <string>#include <memory>#include <vector>Go to the source code of this file.
Namespaces | |
| SurgSim | |
| SurgSim::Framework | |
| SurgSim::Devices | |
Functions | |
| std::unique_ptr< SystemInputDeviceHandle > | SurgSim::Devices::createInputDeviceHandle (const std::string &path, std::shared_ptr< SurgSim::Framework::Logger > logger) |
| Opens the given path and creates an access wrapper for the device. More... | |
| std::vector< std::string > | SurgSim::Devices::enumerateInputDevicePaths (SurgSim::Framework::Logger *logger) |
| Enumerates input devices. More... | |
1.8.13