25#ifndef TGUI_TOOLTIP_HPP
26#define TGUI_TOOLTIP_HPP
28#include <TGUI/Config.hpp>
30#include <TGUI/Duration.hpp>
31#include <TGUI/Vector2.hpp>
89 static Vector2f m_distanceToMouse;
90 static bool m_showOnDisabledWidget;
Wrapper for durations.
Definition Duration.hpp:52
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:37