add keyfowarding to performance meters window

This commit is contained in:
Paul Davis 2021-06-28 18:28:06 -06:00
parent 2344053276
commit c32c31f215
2 changed files with 12 additions and 0 deletions

View file

@ -34,6 +34,9 @@ public:
void start_updating ();
void stop_updating ();
protected:
bool on_key_press_event (GdkEventKey*);
private:
void update ();