Hello everyone!
I'm technically "new" here, but I feel like I'll be staying for a while after seeing how many amazing forum listing there are.
I'm an intermediate C++ programmer, and have recently come across an issue with something I've been working with.
I primarily work within `gDrawing resources`, and have created a Graphic menu with various items.
At this point in time, to move the menu, you'd simple select with the arrow keys the position of the menu's X & Y location.
(This bit here) - `int ScreenH;
int ScreenW;`
I was wondering if there's a way to move the overlaying menu with the mouse directly around the given screen coordinates?