[Qt] Add basic input
This commit is contained in:
@@ -74,4 +74,7 @@ class MainWindow : public QMainWindow {
|
||||
public:
|
||||
MainWindow(QApplication* app, QWidget* parent = nullptr);
|
||||
~MainWindow();
|
||||
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
void keyReleaseEvent(QKeyEvent* event) override;
|
||||
};
|
||||
Reference in New Issue
Block a user