Problem description:
I've created a drag selection algorithm and works just fine but how do I render the box in the screen. Note that I want it to be pixel precise.
By drag selection I mean the dragbox kind of selection where you drag the mouse and a box appears.
Copyright © 2025 BYOND Software.
All rights reserved.
For specific pixel precise location, you'll have to grab it out of params like I did with my GiaD submission '.vapor'.
"icon-x" and "icon-y" are the pixel locations stored in the params list. Hope this was helpful.