Button.location - multiple declarations

Function Button.location

Gets where the button is on the screen

override AxisAlignedBoundingBox!(int,2) location() @property;

Function Button.location

Sets where the button is on the screen

void location (
  AxisAlignedBoundingBox!(int,2) newLocation
) @property;