mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Add new functions into the window delegate to query node id
This commit is contained in:
@@ -107,6 +107,10 @@ struct WindowDelegate {
|
||||
void (*setScreenshotFolder)(std::string) = [](std::string) {};
|
||||
|
||||
void (*showStatistics)(bool) = [](bool) {};
|
||||
|
||||
int (*numberOfNodes)() = []() { return 0; };
|
||||
|
||||
int (*currentNode)() = []() { return 0; };
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user