Skip to content

Commit 1e863b1

Browse files
committed
add gesture remote factory to remote handler
1 parent 11ab764 commit 1e863b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/osvr/Client/RemoteHandlerFactory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "ButtonRemoteFactory.h"
2929
#include "DirectionRemoteFactory.h"
3030
#include "EyeTrackerRemoteFactory.h"
31+
#include "GestureRemoteFactory.h"
3132
#include "ImagingRemoteFactory.h"
3233
#include "Location2DRemoteFactory.h"
3334
#include "TrackerRemoteFactory.h"
@@ -48,6 +49,7 @@ namespace client {
4849
ButtonRemoteFactory(conns).registerWith(factory);
4950
ImagingRemoteFactory(conns).registerWith(factory);
5051
EyeTrackerRemoteFactory(conns).registerWith(factory);
52+
GestureRemoteFactory(conns).registerWith(factory);
5153
Location2DRemoteFactory(conns).registerWith(factory);
5254
DirectionRemoteFactory(conns).registerWith(factory);
5355
}

0 commit comments

Comments
 (0)