mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 05:40:15 -06:00
actually hook up input to the core
also unbotch CMakeLists.txt
This commit is contained in:
@ -87,6 +87,7 @@ public:
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
void keyReleaseEvent(QKeyEvent* event) override;
|
||||
|
||||
private slots:
|
||||
void onOpenFile();
|
||||
|
Reference in New Issue
Block a user