I would like to see a feature implemented such that SDL_PUTPIXEL ignores a call if either x < 0, y < 0, x > w, or y > h. Thanks!
Log in to post a comment.