Wrapping up for today

This commit is contained in:
MitchellHansen
2017-09-23 14:34:56 -07:00
parent 836af27a3e
commit ba11f9c081
3 changed files with 5 additions and 4 deletions

View File

@@ -79,8 +79,7 @@ bool Application::init_clcaster() {
bool Application::init_events() {
// Start up the input handler and link the camera to some of the events
// Link the camera to the input handler
camera->subscribe_to_publisher(&input_handler, vr::Event::EventType::KeyHeld);
camera->subscribe_to_publisher(&input_handler, vr::Event::EventType::KeyPressed);
camera->subscribe_to_publisher(&input_handler, vr::Event::EventType::MouseMoved);