26 #ifndef TGUI_TOOLTIP_HPP 27 #define TGUI_TOOLTIP_HPP 30 #include <TGUI/Widgets/Label.hpp> 49 static void setTimeToDisplay(
const sf::Time& timeToDisplay);
58 static sf::Time getTimeToDisplay();
67 static void setDistanceToMouse(
const sf::Vector2f& distance);
76 static sf::Vector2f getDistanceToMouse();
82 static sf::Time m_timeToDisplay;
83 static sf::Vector2f m_distanceToMouse;
95 #endif // TGUI_TOOLTIP_HPP Namespace that contains all TGUI functions and classes.
Definition: Animation.hpp:33