I am getting an access violation when the window closes, I'm only calling it once; I do have multiple sprites/images which I've read on here might cause the error. The thread I read about this didn't have a clear solution, has this issue been resolved?
The other question is about object clipping. Only rendering a specific region(rectangle) within the sprite. Is this going to be included in any future updates? Is there some per-built way I can clip/mask the objects? At the moment I need this for my Text-Box;
I want any part of the string to be clipped once exceeding the components Size bounds; Though I do not wanna do this simply by removing characters out of the bounds, I would like to add pixel-scrolling; So I'd like to see parts of a character clipped out, rather then individual characters.
P.S : Has the Joy-Stick issue has been resolved?