New Preview of source for Player

F6 and F7 (new) keys trigger preview of output display and current source in player, respectively.
This commit is contained in:
Bruno Herbelin
2024-01-06 15:31:32 +01:00
parent eeeba3d2b7
commit a913cee7a4
6 changed files with 85 additions and 32 deletions

View File

@@ -72,6 +72,7 @@ public:
void setVisible(bool on);
void Render();
FrameBuffer *renderedFramebuffer() const;
// from WorkspaceWindow
void Update() override;