If I try to move the window relative to its own position using window_set_position(), it bumps the inside of the window far down and right. Even if I literally set the window position to itself:
window_set_position(window_get_x(),window_get_y())
it moves the inside of the window far down and far right. Same with window_set_rectangle. For some reason it doesn't like to be moved with code. Is this something that only exists in the demo?
