Fixes and improvements to the graphics module
This commit is contained in:
parent
2fb319840c
commit
e3757770c8
19 changed files with 161 additions and 55 deletions
|
|
@ -10,7 +10,7 @@ class SimpleGUI : public Application {
|
|||
public:
|
||||
SimpleGUI() { gui.cd(objects_api::create<DictObject>(), "root"); }
|
||||
|
||||
void processFrame(EventHandler* eventHandler) override {}
|
||||
void processFrame(EventHandler* eventHandler, halnf delta) override {}
|
||||
|
||||
void drawFrame(Canvas* canvas) override {
|
||||
canvas->rect({ { 0, 0 }, mWindow->getSize() }, RGBA(0.f, 0.f, 0.f, 1.f), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue