actually hook up input to the core

also unbotch CMakeLists.txt
This commit is contained in:
Arisotura
2020-05-19 22:22:21 +02:00
parent 9df8d91bdc
commit b262313816
5 changed files with 150 additions and 4 deletions

View File

@ -87,6 +87,7 @@ public:
protected:
void keyPressEvent(QKeyEvent* event) override;
void keyReleaseEvent(QKeyEvent* event) override;
private slots:
void onOpenFile();