Closed GoogleCodeExporter closed 9 years ago
Yes it would be better. It's been mentioned a few times, the only reason
Pulkomandy and I haven't started looking into it is that it affects a very
large part of the code. Some impacts, off the top of my head :
- clicking "outside the image bounds" is only checked on the right and bottom
border
- The mouse position in image coordinates (Mouse_X&Y) is unsigned and going to
overflow
- many graphic functions (drawing in image space, drawing part of the image to
screen) use unsigned integers and are going to overflow.
Basically, every coordinate defined as a "word" should be checked. If it's a
coordinate in image space, it'll likely need to be changed.
Original comment by yrizoud
on 18 Sep 2012 at 12:13
Original issue reported on code.google.com by
annas...@hotmail.com
on 18 Sep 2012 at 9:36