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
|
|
@ -17,7 +17,7 @@ namespace tp {
|
|||
|
||||
public:
|
||||
void draw();
|
||||
void processEvents();
|
||||
void processEvents(bool wait = true);
|
||||
|
||||
void setEventHandler(EventHandler* eventHandler);
|
||||
[[nodiscard]] EventHandler* getEventHandler();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue