Allow separate friction control

This commit is contained in:
Matthew Territo
2018-11-05 01:28:28 -07:00
parent ff7903fbe7
commit 96245ec60e
2 changed files with 23 additions and 13 deletions

View File

@@ -67,8 +67,9 @@ private:
void setInterestingTimes();
void changeFocus(const nlohmann::json& json);
void processLua(const nlohmann::json& json);
void setFriction(const bool &on) const;
void setFriction(const nlohmann::json& json) const;
void setFriction(const bool& roll, const bool& rotation, const bool& zoom) const;
void setFriction(const bool& all) const;
};
} // namespace openspace