1 #ifndef TEXTINPUTABLE_HPP 2 #define TEXTINPUTABLE_HPP 4 #include <SFML/System.hpp> 10 virtual void updateInput(sf::Uint32 code)=0;
12 static bool notifyInput(sf::Uint32 code);
13 static bool isFocused();
17 #endif // TEXTINPUTABLE_HPP Definition: TextInputable.hpp:6