I guess my problem would be UI handling.
Im looking for a way to make my “Weapon stats” widget pop up right above my mouse whenever it is hovering over some item in the game. You know, one of those typical mmorpg item features.
So what im asking for is:
1. Make widget dynamic, so its position is relative to the mouse position,
2. Make my widget pop up when my mouse is hovering over the item
3. Remove my widget when its not hover over the item.
Is there any sort of tutorial or guide that could help me out with this problem.