Using top+left x and y reference

One thing that is not immediately obvious from the API documentation is that sprites are placed centered around their x and y position, and their x and y does not represent the top/left position of the sprite.

Is there a way to change this behaviour? In my case it would make collision detection easier / more accurate if I knew that the x and y of sprite represents the left and top position respectively.