7#ifndef MYGUI_TOOL_TIP_MANAGER_H_
8#define MYGUI_TOOL_TIP_MANAGER_H_
27 void setDelayVisible(
float _value);
28 float getDelayVisible()
const;
34 void notifyEventFrameStart(
float _time);
44 float mDelayVisible{0.5f};
45 Widget* mOldFocusWidget{
nullptr};
46 IntPoint mOldMousePoint;
47 bool mToolTipVisible{
false};
48 float mCurrentTime{0};
50 bool mNeedToolTip{
false};
52 bool mIsInitialise{
false};
#define MYGUI_SINGLETON_DECLARATION(ClassName)
constexpr size_t ITEM_NONE