Skip to content

Commit

Permalink
add gesture remote factory to remote handler
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrolov committed Sep 4, 2015
1 parent 11ab764 commit 1e863b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/osvr/Client/RemoteHandlerFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "ButtonRemoteFactory.h"
#include "DirectionRemoteFactory.h"
#include "EyeTrackerRemoteFactory.h"
#include "GestureRemoteFactory.h"
#include "ImagingRemoteFactory.h"
#include "Location2DRemoteFactory.h"
#include "TrackerRemoteFactory.h"
Expand All @@ -48,6 +49,7 @@ namespace client {
ButtonRemoteFactory(conns).registerWith(factory);
ImagingRemoteFactory(conns).registerWith(factory);
EyeTrackerRemoteFactory(conns).registerWith(factory);
GestureRemoteFactory(conns).registerWith(factory);
Location2DRemoteFactory(conns).registerWith(factory);
DirectionRemoteFactory(conns).registerWith(factory);
}
Expand Down

0 comments on commit 1e863b1

Please sign in to comment.