From 096ee0c2670f176cfab76d54a440e5d9201d79b4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 4 Nov 2020 18:44:51 +0100 Subject: Add ctrl+arrow key to move by word in text input, fix search triggering with backspace repeat char --- include/SearchBar.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/SearchBar.hpp') 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; }; -- cgit v1.2.3