We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab764 commit 1e863b1Copy full SHA for 1e863b1
src/osvr/Client/RemoteHandlerFactory.cpp
@@ -28,6 +28,7 @@
28
#include "ButtonRemoteFactory.h"
29
#include "DirectionRemoteFactory.h"
30
#include "EyeTrackerRemoteFactory.h"
31
+#include "GestureRemoteFactory.h"
32
#include "ImagingRemoteFactory.h"
33
#include "Location2DRemoteFactory.h"
34
#include "TrackerRemoteFactory.h"
@@ -48,6 +49,7 @@ namespace client {
48
49
ButtonRemoteFactory(conns).registerWith(factory);
50
ImagingRemoteFactory(conns).registerWith(factory);
51
EyeTrackerRemoteFactory(conns).registerWith(factory);
52
+ GestureRemoteFactory(conns).registerWith(factory);
53
Location2DRemoteFactory(conns).registerWith(factory);
54
DirectionRemoteFactory(conns).registerWith(factory);
55
}
0 commit comments