How do you get the window to scroll to the cursor position?
Develop games in your browser. Powerful, performant & highly capable.
Insert an object, set it to invisible and give it a " Scroll To " behavior.
In the event sheet: Every tick => [The object you just added] set position to: X = mouse.X; Y = mouse.Y
Cool!