I'm looking to keep my mouse events in sync with my objects after resizing the screen.
I'm told I need to create a data structure to keep track of:
Resizing events
New coordinates to match the resize
How can I accomplish this using simple algebraic equations and integrate it into a resize event for accurate updating?