Events are now passing correctly, small bug with held keys that needs fixing

This commit is contained in:
MitchellHansen
2017-01-14 15:15:59 -08:00
parent 0e1e9af37c
commit 10e3ba43fa
8 changed files with 216 additions and 86 deletions

View File

@@ -35,7 +35,7 @@ public:
sf::Vector2f get_direction();
void update(VrEventPublisher* p, vr::Event e) override;
void recieve_event(VrEventPublisher* p, std::unique_ptr<vr::Event> event) override;
private: