16 #ifndef SURGSIM_INPUT_INPUTCOMPONENT_H 17 #define SURGSIM_INPUT_INPUTCOMPONENT_H 23 #include "SurgSim/DataStructures/DataGroup.h" 24 #include "SurgSim/Framework/LockedContainer.h" 25 #include "SurgSim/Framework/Representation.h" 26 #include "SurgSim/Input/InputConsumerInterface.h" 32 class DeviceInterface;
34 SURGSIM_STATIC_REGISTRATION(InputComponent);
89 std::string m_deviceName;
96 std::atomic<bool> m_hasInput;
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
A collection of NamedData objects.
Definition: DataGroup.h:68
Representations are manifestations of a SceneElement.
Definition: Representation.h:33