diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index 6966466..8265ef0 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -18,6 +18,7 @@ namespace QuickMedia { public: SearchBar(sf::Font &font, sf::Texture &plugin_logo, const std::string &placeholder); void draw(sf::RenderWindow &window, bool draw_shadow = true); + void on_event(sf::Event &event); void update(); void onWindowResize(const sf::Vector2f &window_size); void onTextEntered(sf::Uint32 codepoint); |