mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Allow separate friction control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user