summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 8039d6cc..858ad360 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -94,6 +94,8 @@ private:
char m_recording_reg = 0;
String m_recorded_keys;
+
+ int m_handle_key_level = 0;
};
}