UI: Allow the use of Esc key to quit settings window

This commit is contained in:
Bennik2000
2020-07-06 17:24:21 -07:00
committed by jp9000
parent 6fcb57daa7
commit f2f336229d
3 changed files with 54 additions and 8 deletions
+1 -1
View File
@@ -80,6 +80,6 @@ protected:
return filter(obj, event);
}
private:
public:
EventFilterFunc filter;
};