9 #include "imstkModule.h" 10 #include "imstkMacros.h" 14 class KeyboardDeviceClient;
31 std::shared_ptr<KeyboardDeviceClient> getKeyboardDevice()
const {
return m_keyboardDeviceClient; }
34 bool initModule()
override {
return true; }
41 std::shared_ptr<KeyboardDeviceClient> m_keyboardDeviceClient;
void updateModule() override
Awaits input.
The console thread can run separately or in sync to provide keyboard events from the console they sho...
Base class for imstk module system. A module defines something that is updated, and can be paused/res...