[nostalgia/studio] Add BaseEditor::keyStateChanged

This commit is contained in:
2022-05-17 21:23:49 -05:00
parent eac471b21b
commit 1edd72dc7d
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -48,6 +48,8 @@ class NOSTALGIASTUDIO_EXPORT BaseEditor: public Widget {
virtual void exportFile();
virtual void keyStateChanged(core::Key key, bool down);
void close();
/**