aboutsummaryrefslogtreecommitdiff
path: root/include/SearchBar.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-04 18:44:51 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-04 18:44:51 +0100
commit096ee0c2670f176cfab76d54a440e5d9201d79b4 (patch)
tree4201e6334f8f5111365d1adc727c86b3bcdd2aa7 /include/SearchBar.hpp
parent3dad7a548751b43b0e06e3bd6e869feec4c500f0 (diff)
Add ctrl+arrow key to move by word in text input, fix search triggering with backspace repeat char
Diffstat (limited to 'include/SearchBar.hpp')
-rw-r--r--include/SearchBar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp
index de3b686..78420ec 100644
--- a/include/SearchBar.hpp
+++ b/include/SearchBar.hpp
@@ -66,6 +66,7 @@ namespace QuickMedia {
bool needs_update;
bool input_masked;
bool typing;
+ int backspace_seq_count;
float vertical_pos;
sf::Clock time_since_search_update;
};