working on the frame controller, this might get messy
This commit is contained in:
@@ -57,6 +57,12 @@ namespace vr {
|
||||
NetworkJoystickMoved,
|
||||
NetworkJoystickConnected,
|
||||
NetworkJoystickDisconnected,
|
||||
Tick120Seconds,
|
||||
Tick60Seconds,
|
||||
Tick30Seconds,
|
||||
Tick20Seconds,
|
||||
Tick10Seconds,
|
||||
Tick5Seconds,
|
||||
Count
|
||||
};
|
||||
|
||||
@@ -72,8 +78,6 @@ namespace vr {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
class Closed : public Event {
|
||||
public:
|
||||
Closed() : Event(vr::Event::EventType::Closed) {};
|
||||
|
||||
Reference in New Issue
Block a user