Variable Button._location

Where the button is on the screen

class Button
{
  // ...
  AxisAlignedBoundingBox!(int,2) _location ;
  // ...
}