mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
[Qt] Add basic input
This commit is contained in:
parent
8d5485fbeb
commit
a36fd6dd57
2 changed files with 59 additions and 0 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue