Hi.
I can't seem to create a RectangleShape using simply two points to define it. I can define one point as it's position, (thereby defining it's top left corner) but that only gets me halfway.
Specifically I am trying to implement a drag box for a simple RTS game, so it would be very convenient to create the box from just two mouse positions (the inital mouse position, and the position where the mouse is currently), which I already have variables for.