Floating windows on mouseover

Hi guys! :slight_smile:

Im looking for a way in a 2D game to make a window appear if the player moves the mouse over of a certain object, like when you move the mouse over an item in your inventory:


I need this in my HUD. I know how to create mouseover events, but not sure how to get started with the floating window.

Any help is appreciated :slight_smile:

Get the mouse position from the player controller and use those coordinates to draw the window.