Hi Elitepvpers,
I am trying to show an applet when I hover my mouse over an equipped item.
So instead of showing the normal stuff I want that its going to show an applet instead.
But atm I am an bit lost on how to do it.
What I tried is this
Inside WndManager.cpp
void CWndMgr::PutToolTip_Item( CItemBase* pItemBase, CPoint point, CRect* pRect, int flag )
But when I hover my mouse over it. Its not showing the applet.
Do I need to check it somewhere else?
Any tips will be helpful
With kind regards
I am trying to show an applet when I hover my mouse over an equipped item.
So instead of showing the normal stuff I want that its going to show an applet instead.
But atm I am an bit lost on how to do it.
What I tried is this
Inside WndManager.cpp
void CWndMgr::PutToolTip_Item( CItemBase* pItemBase, CPoint point, CRect* pRect, int flag )
Code:
CWndItemViewer * pWndItemViewer = (CWndItemViewer *)g_WndMng.GetWndBase(APP_ITEM_VIEWER);
Do I need to check it somewhere else?
Any tips will be helpful
With kind regards