Gui: expose grabFramebuffer to Python

This commit is contained in:
wmayer
2023-08-03 00:05:20 +02:00
committed by wwmayer
parent 567b34419a
commit 6d95d8fc9c
2 changed files with 15 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ public:
Py::Object setBackgroundColor(const Py::Tuple& args);
Py::Object setRedirectToSceneGraph(const Py::Tuple& args);
Py::Object isRedirectedToSceneGraph(const Py::Tuple& args);
Py::Object grabFramebuffer(const Py::Tuple& args);
// NaviCube handling
Py::Object setEnabledNaviCube(const Py::Tuple& args);